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:
parent
eb6e275c8a
commit
9d570b55fe
1 changed files with 0 additions and 5 deletions
5
bot.py
5
bot.py
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue