From 39c74235d572b058187dcf17b57c9bc49df9720d Mon Sep 17 00:00:00 2001 From: Specoolazius Date: Thu, 31 Mar 2022 15:32:42 +0200 Subject: [PATCH] new imports --- bot/botclient.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot/botclient.py b/bot/botclient.py index b82ad54..85dc074 100644 --- a/bot/botclient.py +++ b/bot/botclient.py @@ -1,3 +1,4 @@ +import pprint from abc import ABC import asyncio from configparser import ConfigParser @@ -6,11 +7,14 @@ import logging import os import random import re + +import time from typing import Any import discord -from discord.commands import slash_command +from discord.commands import slash_command, SlashCommandGroup from discord.ext import tasks +import mcstatus from mcstatus import JavaServer CONFIG_PATH = 'config'