Skip to content

Commit

Permalink
[AdventureAlert] Fix notifications when using slash command for adven…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
TrustyJAID committed Sep 25, 2023
1 parent 9652496 commit 4b17d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adventurealert/listeners.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def send_alert(
+ style.get_message()
)
for page in pagify(msg):
await ctx.send(
await ctx.channel.send(
page, allowed_mentions=discord.AllowedMentions(users=True, roles=True)
)

Expand Down

0 comments on commit 4b17d80

Please sign in to comment.