From 825571237b51995785bc6991ea36e096a10841f6 Mon Sep 17 00:00:00 2001 From: Showdown76 <66854264+Showdown76py@users.noreply.github.com> Date: Sat, 29 Jul 2023 03:07:57 +0200 Subject: [PATCH] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 2385bf9..748d486 100644 --- a/main.py +++ b/main.py @@ -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