diff --git a/cogs/misc.py b/cogs/misc.py index acc9577..73bebbd 100644 --- a/cogs/misc.py +++ b/cogs/misc.py @@ -1285,6 +1285,16 @@ class Misc(commands.Cog): traceback.print_exc() return await ctx.respond(f"Error: {str(e)}") + @bridge.bridge_command() # type: ignore + async def satan(self, ctx) -> None: + """ + Satan(!?) + """ + out_msg: str = ( + "## There is no Satan\n" "### He isn't real.\n" "-# And neither are you." + ) + return await ctx.respond(out_msg) + @bridge.bridge_command() # type: ignore @is_spamchan_or_drugs() async def joint(self, ctx, *, recipient: Optional[str] = None) -> None: