diff --git a/jarvis/cogs/util.py b/jarvis/cogs/util.py index 0791684..dbb653e 100644 --- a/jarvis/cogs/util.py +++ b/jarvis/cogs/util.py @@ -63,6 +63,12 @@ class UtilCog(commands.Cog): lo = logo.get_logo(self.config.logo) 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( name="rcauto", description="Automates robot camo letters",