Skip to content

Commit

Permalink
Merge branch 'main' into fixing_uwu
Browse files Browse the repository at this point in the history
  • Loading branch information
Saratii authored Nov 23, 2024
2 parents 5a108c5 + e186bfe commit a4ad3f8
Show file tree
Hide file tree
Showing 4 changed files with 1,273 additions and 1,127 deletions.
7 changes: 4 additions & 3 deletions bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@ class _Reddit(EnvConfig, env_prefix="reddit_"):
"In the future, don't do that.",
"That was a mistake.",
"You blew it.",
"You're bad at computers.",
"Are you trying to kill me?",
"Application bot.exe will be closed.",
"Kernel Panic! *Kernel runs around in panic*",
"Error 418. I am a teapot.",
"Noooooo!!",
"I can't believe you've done this",
]
Expand All @@ -347,7 +348,7 @@ class _Reddit(EnvConfig, env_prefix="reddit_"):
"Not likely.",
"No way, José.",
"Not in a million years.",
"Fat chance.",
"I would love to, but unfortunately... no.",
"Certainly not.",
"NEGATORY.",
"Nuh-uh.",
Expand Down
2 changes: 1 addition & 1 deletion bot/exts/fun/uwu.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async def uwu_command(self, ctx: Context, *, text: str | None = None) -> None:
# If we weren't able to get the content of a replied message
raise commands.UserInputError("Your message must have content or you must reply to a message.")

await clean_content(fix_channel_mentions=True).convert(ctx, text)
text = await clean_content(fix_channel_mentions=True).convert(ctx, text)

# Grabs the text from the embed for uwuification
if embeds:
Expand Down
Loading

0 comments on commit a4ad3f8

Please sign in to comment.