We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b2030 commit 23a09c6Copy full SHA for 23a09c6
1 file changed
custom_msg/custom_msg.py
@@ -43,7 +43,7 @@ async def msg_edit(self, ctx: commands.Context, message: discord.Message):
43
It's best to use a message link when specifying which message to edit.
44
Providing a message ID is likely to fail for older messages, as they won't be in cache.
45
"""
46
-
+
47
if message.author != ctx.me:
48
return await ctx.send("You must specify a message that was sent by the bot.")
49
0 commit comments