mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Change prefix back from kek; (don't ask) to pk;
This commit is contained in:
parent
de1a67d871
commit
57d2468b53
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ def run():
|
|||
print("{} servers".format(len(client.guilds)))
|
||||
print("{} shards".format(client.shard_count or 1))
|
||||
|
||||
await client.change_presence(activity=discord.Game(name="kek;help"))
|
||||
await client.change_presence(activity=discord.Game(name="pk;help"))
|
||||
|
||||
@client.event
|
||||
async def on_message(message: discord.Message):
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ async def run_command(ctx: CommandContext, func):
|
|||
|
||||
|
||||
async def command_dispatch(client: discord.Client, message: discord.Message, conn) -> bool:
|
||||
prefix = "^(kek(;|!)|<@{}> )".format(client.user.id)
|
||||
prefix = "^(pk(;|!)|<@{}> )".format(client.user.id)
|
||||
regex = re.compile(prefix, re.IGNORECASE)
|
||||
|
||||
cmd = message.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue