Fix missed await
This commit is contained in:
@@ -79,7 +79,7 @@ async def join_server(system_id, guild_id, channel_id):
|
|||||||
drb_api.generate_op25_config(chn_config)
|
drb_api.generate_op25_config(chn_config)
|
||||||
|
|
||||||
# Start OP25
|
# Start OP25
|
||||||
drb_api.start_op25()
|
await drb_api.start_op25()
|
||||||
|
|
||||||
# Leave server
|
# Leave server
|
||||||
@command
|
@command
|
||||||
|
|||||||
Reference in New Issue
Block a user