meme dupe snitching/misc
This commit is contained in:
@ -215,9 +215,7 @@ class Misc(commands.Cog):
|
||||
logging.debug("Failed to add xmas reaction: %s", str(e))
|
||||
await ctx.respond(
|
||||
f"Only {days} days, {hours} hours, {minutes} minutes,\
|
||||
{seconds} seconds and {ms} ms left! (UTC)".translate(
|
||||
xmas_trans
|
||||
)
|
||||
{seconds} seconds and {ms} ms left! (UTC)".translate(xmas_trans)
|
||||
)
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
@ -1292,7 +1290,7 @@ class Misc(commands.Cog):
|
||||
Satan(!?)
|
||||
"""
|
||||
out_msg: str = (
|
||||
"## There is no Satan\n" "### He isn't real.\n" "-# And neither are you."
|
||||
"## There is no Satan\n### He isn't real.\n-# And neither are you."
|
||||
)
|
||||
return await ctx.respond(out_msg)
|
||||
|
||||
@ -1403,7 +1401,7 @@ class Misc(commands.Cog):
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
return await ctx.respond(f"Error: {str(e)}")
|
||||
|
||||
|
||||
@bridge.bridge_command()
|
||||
async def no(self, ctx) -> None:
|
||||
"""No (As A Service)"""
|
||||
|
Reference in New Issue
Block a user