1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-07-27 00:17:46 +00:00

Remove log on startup

This commit is contained in:
RGBCube 2023-01-31 19:54:34 +03:00
parent d654b7873b
commit 54785d2373

View file

@ -58,7 +58,6 @@ class ReplBot(CommandsBot):
) )
self.ready_timestamp = get_time() self.ready_timestamp = get_time()
await self.log_webhook.send("Bot is now online!")
async def load_extensions(self) -> None: async def load_extensions(self) -> None:
cogs = Path(__file__).parent / "cogs" cogs = Path(__file__).parent / "cogs"