meme dupe snitching/misc

This commit is contained in:
2025-05-15 15:49:28 -04:00
parent 6a1fd659e8
commit 3dac803305
8 changed files with 105 additions and 55 deletions

View File

@ -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)"""