diff --git a/src/main/cogs/owner.py b/src/main/cogs/owner.py index bb619d1..5c5bdfe 100644 --- a/src/main/cogs/owner.py +++ b/src/main/cogs/owner.py @@ -76,10 +76,12 @@ class Bot: await self.bot.change_presence(game=d.Game(name=game)) u.config['playing'] = game u.dump(u.config, 'config.json', json=True) + await ctx.send(f'**Game changed to** `{game}`') else: await self.bot.change_presence(game=None) u.config['playing'] = 'None' u.dump(u.config, 'config.json', json=True) + await ctx.send('**Game changed to** ` `') class Tools: