fixed start after move

This commit is contained in:
bacon
2024-03-18 00:19:14 +03:00
parent 3048bf1f51
commit 29246e7b97
9 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
from disnake import Intents
from disnake.ext import commands
intents = Intents(messages=True,
message_content=True,
)