freiheit / discord_feedbot

Moved to https://gitlab.com/ffreiheit/discord_feedbot
MIT License
82 stars 28 forks source link

Game status #45

Closed KongGal closed 7 years ago

KongGal commented 7 years ago

Is there anyway to disable the game status of the bot so it doesn't takeover the status?

freiheit commented 7 years ago

In feed2discord.py, you can remove this line:

 yield from client.change_presence(game=discord.Game(name=gameplayed),status=discord.Status.idle)

I'll make that configurable, but just haven't gotten around to it.

KongGal commented 7 years ago

Thanks