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:
parent
d654b7873b
commit
54785d2373
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue