aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-11-02 02:02:59 -0700
committerGravatar Xithrius <[email protected]>2022-11-02 02:02:59 -0700
commit494a1de01c1de5da9d0d13a16e11ced35605551c (patch)
treed5d00406f39e6cd9ec96a06d4003f58adbcf843a /bot/exts/utilities
parentPossible race condition avoided (diff)
Appeased the formatter
Diffstat (limited to 'bot/exts/utilities')
-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)