Fixed missed webhook param
This commit is contained in:
@@ -116,7 +116,7 @@ async def join_server(websocket, system_id, guild_id, channel_id):
|
|||||||
|
|
||||||
# Leave server
|
# Leave server
|
||||||
@command
|
@command
|
||||||
async def leave_server(guild_id):
|
async def leave_server(websocket, guild_id):
|
||||||
# Takes guild ID
|
# Takes guild ID
|
||||||
bot_status = await drb_api.get_bot_status()
|
bot_status = await drb_api.get_bot_status()
|
||||||
print("Bot status:", bot_status)
|
print("Bot status:", bot_status)
|
||||||
|
|||||||
Reference in New Issue
Block a user