mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add server tracker
This commit is contained in:
parent
875729258e
commit
d081be838a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def run(config: Config):
|
|||
print("{} servers".format(len(client.guilds)))
|
||||
print("{} shards".format(client.shard_count or 1))
|
||||
|
||||
await client.change_presence(activity=discord.Game(name="pk;help"))
|
||||
await client.change_presence(activity=discord.Game(name="pk;help \u2014 in {} servers".format(len(client.guilds))))
|
||||
|
||||
@client.event
|
||||
async def on_message(message: discord.Message):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue