Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit b64ea6a

Browse files
committed
Remove debug
1 parent 60fca5a commit b64ea6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from src.orm import init
1111

1212
intents = Intents(guilds=True, guild_messages=True)
13-
bot = Bot(command_prefix="/", intents=intents, debug_guilds=[919616827338924042])
13+
bot = Bot(command_prefix="/", intents=intents)
1414
defaults: Dict[int, Dict[str, str]] = defaultdict(dict)
1515

1616
_original_bot_close = bot.close

0 commit comments

Comments
 (0)