diff options
Diffstat (limited to 'cogs/logs.py')
-rwxr-xr-x | cogs/logs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/logs.py b/cogs/logs.py index 4f6aab1..21516be 100755 --- a/cogs/logs.py +++ b/cogs/logs.py @@ -1,5 +1,5 @@ -from discord.ext import commands import discord +from discord.ext import commands class Logs(commands.Cog): |