Organized imports

This commit is contained in:
Adriene Hutchins 2020-04-06 12:26:15 -04:00
parent 7cf8c9e9e7
commit 423f9f9664
9 changed files with 60 additions and 32 deletions

View file

@ -5,11 +5,12 @@
'''Online File'''
import discord
from discord.ext.commands import Context
import traceback
from typing import Optional
import discord
from discord.ext.commands import Context
class Logging():
"""Provides logging utilities for bots."""