mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
bot: yes (#96)
This commit is contained in:
parent
e3d4bf17c2
commit
5124d263d5
2 changed files with 5 additions and 0 deletions
|
|
@ -205,6 +205,8 @@ async def command_root(ctx: CommandContext):
|
|||
await misc_commands.pkfreeze(ctx)
|
||||
elif ctx.match("starstorm"):
|
||||
await misc_commands.pkstarstorm(ctx)
|
||||
elif ctx.match("mn"):
|
||||
await misc_commands.pkmn(ctx)
|
||||
elif ctx.match("commands"):
|
||||
await misc_commands.command_list(ctx)
|
||||
else:
|
||||
|
|
|
|||
|
|
@ -192,3 +192,6 @@ async def pkfreeze(ctx: CommandContext):
|
|||
|
||||
async def pkstarstorm(ctx: CommandContext):
|
||||
await ctx.message.channel.send("*Vibrant colours burst forth from the sky as meteors rain down upon your opponent.*")
|
||||
|
||||
async def pkmn(ctx: CommandContext):
|
||||
await ctx.message.channel.send("Gotta catch 'em all!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue