1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-07-25 23:47:45 +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()
await self.log_webhook.send("Bot is now online!")
async def load_extensions(self) -> None:
cogs = Path(__file__).parent / "cogs"