Add /rchk
This commit is contained in:
parent
f22a3d956a
commit
b765dd7521
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ class UtilCog(commands.Cog):
|
||||||
lo = logo.get_logo(self.config.logo)
|
lo = logo.get_logo(self.config.logo)
|
||||||
await ctx.send(f"```\n{lo}\n```")
|
await ctx.send(f"```\n{lo}\n```")
|
||||||
|
|
||||||
|
@cog_ext.cog_slash(name="rchk", description="Robot Camo HK416")
|
||||||
|
async def _rchk(self, ctx: SlashContext):
|
||||||
|
await ctx.send(
|
||||||
|
content=":RCHK1::RCHK2::RCHK3::RCHK4:\n:RCHK5::RCHK6::RCHK7:"
|
||||||
|
)
|
||||||
|
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="rcauto",
|
name="rcauto",
|
||||||
description="Automates robot camo letters",
|
description="Automates robot camo letters",
|
||||||
|
|
Loading…
Add table
Reference in a new issue