We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6047ad7 commit a6fe30aCopy full SHA for a6fe30a
bot/exts/utilities/bookmark.py
@@ -115,10 +115,9 @@ async def _delete_bookmark_context_menu_callback(
115
message: discord.Message,
116
) -> None:
117
"""
118
- Delete the Sir-Lancebot message that the command invocation is replying to.
+ The callback that will be invoked upon using the "Delete Bookmark" context menu command.
119
120
- This command allows deleting any message sent by Sir-Lancebot in the user's DM channel with the bot.
121
- The command invocation must be a reply to the message that is to be deleted.
+ This contains all the logic when it comes to deleting Sir-Lancebot's bookmark DM messages.
122
123
if interaction.channel.type != discord.ChannelType.private:
124
raise commands.UserInputError("You can only run this command your own DMs!")
0 commit comments