diff --git a/v6d3vote/run-bot.py b/v6d3vote/run-bot.py index 55629ff..8223259 100644 --- a/v6d3vote/run-bot.py +++ b/v6d3vote/run-bot.py @@ -32,9 +32,11 @@ vote_db = Db(myroot / 'vote.db', kvrequest_type=KVJson) @client.event async def on_ready(): print("ready") - await client.change_presence(activity=discord.Game( - name='феноменально', - )) + await client.change_presence( + activity=discord.Game( + name='феноменально' + ) + ) @at('commands', 'help')