From 54785d2373fafad18e5dcd7c0c9c9155e22964f5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 31 Jan 2023 19:54:34 +0300 Subject: [PATCH] Remove log on startup --- v_repl_bot/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/v_repl_bot/__init__.py b/v_repl_bot/__init__.py index fa5807b..8373d71 100644 --- a/v_repl_bot/__init__.py +++ b/v_repl_bot/__init__.py @@ -58,7 +58,6 @@ class ReplBot(CommandsBot): ) self.ready_timestamp = get_time() - await self.log_webhook.send("Bot is now online!") async def load_extensions(self) -> None: cogs = Path(__file__).parent / "cogs"