satan command
This commit is contained in:
10
cogs/misc.py
10
cogs/misc.py
@ -1285,6 +1285,16 @@ class Misc(commands.Cog):
|
|||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
return await ctx.respond(f"Error: {str(e)}")
|
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
|
@bridge.bridge_command() # type: ignore
|
||||||
@is_spamchan_or_drugs()
|
@is_spamchan_or_drugs()
|
||||||
async def joint(self, ctx, *, recipient: Optional[str] = None) -> None:
|
async def joint(self, ctx, *, recipient: Optional[str] = None) -> None:
|
||||||
|
Reference in New Issue
Block a user