Update main.py
This commit is contained in:
parent
5d1debc0b0
commit
825571237b
1
main.py
1
main.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user