mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Audio] Status: "Playing..." -> "Listening..." (#1099)
This commit is contained in:
parent
3207b12835
commit
f3c957377d
@ -330,7 +330,7 @@ class Audio:
|
||||
if self._old_game is False:
|
||||
self._old_game = list(self.bot.servers)[0].me.game
|
||||
status = list(self.bot.servers)[0].me.status
|
||||
game = discord.Game(name=song.title)
|
||||
game = discord.Game(name=song.title, type=2)
|
||||
await self.bot.change_presence(status=status, game=game)
|
||||
log.debug('Bot status changed to song title: ' + song.title)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user