Update main.py

This commit is contained in:
Showdown76
2023-07-29 03:07:57 +02:00
committed by GitHub
parent 5d1debc0b0
commit 825571237b

View File

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