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
|
@client.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print("ready")
|
print("ready")
|
||||||
await client.change_presence(activity=discord.Game(
|
await client.change_presence(
|
||||||
name='феноменально',
|
activity=discord.Game(
|
||||||
))
|
name='феноменально'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
@at('commands', 'help')
|
@at('commands', 'help')
|
||||||
|
Loading…
Reference in New Issue
Block a user