aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/utilities/bookmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/bookmark.py b/bot/exts/utilities/bookmark.py
index 9e6bb921..9eb23988 100644
--- a/bot/exts/utilities/bookmark.py
+++ b/bot/exts/utilities/bookmark.py
@@ -60,7 +60,7 @@ class SendBookmark(discord.ui.View):
)
return
self.clicked.append(interaction.user.id)
-
+
await self.bookmark_function(self.channel, interaction.user, self.target_message, self.title)
await interaction.response.send_message("You have received a bookmark to that message.", ephemeral=True)