mirror of
https://github.com/Steffo99/nortrom.git
synced 2024-11-21 17:04:22 +00:00
🧹 Remove unused imports
This commit is contained in:
parent
ee8799c3cc
commit
792ac1b307
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import typing as t
|
||||
import discord as d
|
||||
import discord.ext as de
|
||||
import discord.ext.commands as dec
|
||||
import discord_slash as ds
|
||||
import os
|
||||
|
@ -8,7 +7,6 @@ import logging
|
|||
logging.basicConfig(level="DEBUG")
|
||||
|
||||
|
||||
# TODO: restrict intents
|
||||
bot = dec.Bot(command_prefix="!", intents=d.Intents(guilds=True, members=True, voice_states=True))
|
||||
sbot = ds.SlashCommand(client=bot, sync_commands=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue