mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -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:
|
if self._old_game is False:
|
||||||
self._old_game = list(self.bot.servers)[0].me.game
|
self._old_game = list(self.bot.servers)[0].me.game
|
||||||
status = list(self.bot.servers)[0].me.status
|
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)
|
await self.bot.change_presence(status=status, game=game)
|
||||||
log.debug('Bot status changed to song title: ' + song.title)
|
log.debug('Bot status changed to song title: ' + song.title)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user