Update main.py

This commit is contained in:
Showdown76 2023-07-29 03:07:57 +02:00 committed by GitHub
parent 5d1debc0b0
commit 825571237b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class App(discord.Client):
def __init__(self):
super().__init__(intents=intents)
self.tree = app_commands.CommandTree(client=self)
print('Running')
async def setup_hook(self) -> None:
return