diff --git a/main.py b/main.py index a3eea2b..255de3f 100644 --- a/main.py +++ b/main.py @@ -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]() and try again.", ephemeral=True, ) except discord.HTTPException: diff --git a/main_emoji.py b/main_emoji.py index fe4a31e..968ee5f 100644 --- a/main_emoji.py +++ b/main_emoji.py @@ -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]() and try again.", ephemeral=True, ) except discord.HTTPException: