mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fix
This commit is contained in:
@@ -69,10 +69,6 @@ async def on_ready():
|
|||||||
await client.tree.sync()
|
await client.tree.sync()
|
||||||
for com in client.commands:
|
for com in client.commands:
|
||||||
logger.info("Command %s is awejleble", com.qualified_name)
|
logger.info("Command %s is awejleble", com.qualified_name)
|
||||||
|
|
||||||
# add check for icecast stream from radio host in comm subroutine
|
|
||||||
await client.change_presence(activity=discord.Game(name="Axe Throwing Darts"))
|
|
||||||
|
|
||||||
logger.info("Logged in as ---->", client.user)
|
logger.info("Logged in as ---->", client.user)
|
||||||
logger.info("ID:", client.user.id)
|
logger.info("ID:", client.user.id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user