1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

bot: remove initial_activity

now that we use em/ as prefix, no need for this func
This commit is contained in:
io mintz 2020-06-02 03:44:23 +00:00
parent eb6e275c8a
commit 9d570b55fe

5
bot.py
View file

@ -53,11 +53,6 @@ class Bot(Bot):
utils.SUCCESS_EMOJIS = utils.misc.SUCCESS_EMOJIS = (
self.config.get('response_emojis', {}).get('success', default))
def initial_activity(self):
if not self.is_ready():
return super().activity
return super().activity or discord.Game(f'@{self.user.name} help')
def load_extensions(self):
super().load_extensions()
if self.config.get('systemd'):