mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Organized imports
This commit is contained in:
parent
7cf8c9e9e7
commit
423f9f9664
9 changed files with 60 additions and 32 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue