From 5abf2c40c0902a76aab77a45d8daf9f486f5ee3e Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Tue, 5 Jan 2021 00:47:07 +0100 Subject: [PATCH] Update miscellaneous.py --- commands/miscellaneous.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/commands/miscellaneous.py b/commands/miscellaneous.py index d8b3ec8..469e53b 100644 --- a/commands/miscellaneous.py +++ b/commands/miscellaneous.py @@ -1,11 +1,9 @@ -import discord -import events import asyncio -import ast - from datetime import datetime -from discord.ext import commands + +import discord from checks import * +from discord.ext import commands from functions import *