mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 00:39:41 +01:00
new imports
This commit is contained in:
parent
d82784ce56
commit
39c74235d5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user