Skip to content

Commit

Permalink
forgot content whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
GDjkhp committed Dec 19, 2024
1 parent ed42fad commit a9a1738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeznuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def cook_deez(ctx: commands.Context, links: str):
if len(messages) == 2:
use_ref = True
referenced_message = messages[0]
if f"{await get_guild_prefix(ctx)}arlc" in referenced_message.content and len(messages[1])==192: # magic number -> len(arl)
if f"{await get_guild_prefix(ctx)}arlc" in referenced_message.content and len(messages[1].content)==192: # magic number -> len(arl)
referenced_message = messages[1]
else: use_ref = False
if use_ref: urls.append(referenced_message.content)
Expand Down

0 comments on commit a9a1738

Please sign in to comment.