diff options
author | 2022-11-02 02:02:59 -0700 | |
---|---|---|
committer | 2022-11-02 02:02:59 -0700 | |
commit | 494a1de01c1de5da9d0d13a16e11ced35605551c (patch) | |
tree | d5d00406f39e6cd9ec96a06d4003f58adbcf843a | |
parent | Possible race condition avoided (diff) |
Appeased the formatter
-rw-r--r-- | bot/exts/utilities/bookmark.py | 2 |
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) |