formatting

This commit is contained in:
AF 2022-10-06 10:22:48 +00:00
parent 3f9c3ce35f
commit a79c94bba5

View File

@ -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')