Skip to content

Commit

Permalink
tweak nodm message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ast3risk-ops committed Jan 30, 2025
1 parent f003a0e commit 6b58b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ async def bookmark_tag(ctx, message: discord.Message):
await ctx.user.send(embed=embed, file=img, view=DeleteBookmark())
except discord.Forbidden:
await ctx.respond(
"☹️ I can't DM you! Please enable DMs for this server and try again.",
"☹️ I can't DM you! Please enable DMs for this server or [install me as a user app](<https://discord.com/oauth2/authorize?client_id=1311438512045949029&integration_type=1&scope=applications.commands>) and try again.",
ephemeral=True,
)
except discord.HTTPException:
Expand Down
2 changes: 1 addition & 1 deletion main_emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async def bookmark_tag(ctx, message: discord.Message):
await ctx.user.send(embed=embed, file=img, view=DeleteBookmark())
except discord.Forbidden:
await ctx.respond(
"☹️ I can't DM you! Please enable DMs for this server and try again.",
"☹️ I can't DM you! Please enable DMs for this server or [install me as a user app](<https://discord.com/oauth2/authorize?client_id=1311438512045949029&integration_type=1&scope=applications.commands>) and try again.",
ephemeral=True,
)
except discord.HTTPException:
Expand Down

0 comments on commit 6b58b1b

Please sign in to comment.