mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
manual patch
This commit is contained in:
parent
0cfbce8b6b
commit
020731bfd3
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class RoyalDiscordBot(discord.Client):
|
|||
self.inactivity_timer = 0
|
||||
asyncio.ensure_future(self.queue_predownload_videos())
|
||||
asyncio.ensure_future(self.queue_play_next_video())
|
||||
asyncio.ensure_future(self.inactivity_timer())
|
||||
asyncio.ensure_future(self.inactivity_countdown())
|
||||
|
||||
async def on_ready(self):
|
||||
# Get the main channel
|
||||
|
|
Loading…
Reference in a new issue