mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
[Audio] Status: "Playing..." -> "Listening..." (#1099)
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user