Skip to content

Commit 718cd80

Browse files
jb3Copilot
andcommitted
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 15fe606 commit 718cd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utilities/bookmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ async def _delete_bookmark(self, target_message: discord.Message | None, channel
267267
if target_message is None:
268268
raise commands.UserInputError("You must reply to the message from Sir-Lancebot you wish to delete.")
269269
if not isinstance(channel, discord.DMChannel):
270-
raise commands.UserInputError("You can only run this command your own DMs!")
270+
raise commands.UserInputError("You can only run this command in your own DMs!")
271271
if target_message.channel.id != channel.id:
272272
raise commands.UserInputError("You can only delete messages in your own DMs!")
273273
if target_message.author != self.bot.user:

0 commit comments

Comments
 (0)