import optimization to make linter less mad
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
import aiohttp
|
||||
from interactions import Extension, Permissions, SlashContext, OptionType, slash_option
|
||||
from interactions import check, is_owner, slash_command, slash_default_member_permission, listen
|
||||
from interactions.api.events import Startup, MessageCreate
|
||||
from interactions import Task, IntervalTrigger
|
||||
from interactions import Extension
|
||||
from interactions import slash_command, listen
|
||||
from interactions.api.events import Startup
|
||||
|
||||
|
||||
from token_bot.token_database import database as tdb
|
||||
from token_bot.token_database import database as pdb
|
||||
from token_bot.token_database import database as tdb
|
||||
|
||||
VERSION = "0.1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user