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"