formatting
This commit is contained in:
parent
3f9c3ce35f
commit
a79c94bba5
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user