We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c08cf3 commit 0626689Copy full SHA for 0626689
1 file changed
custom_msg/custom_msg.py
@@ -39,6 +39,9 @@ async def msg_create(self, ctx: commands.GuildContext, specified_channel: Option
39
40
@msg_cmd.command(name="edit") # type: ignore
41
async def msg_edit(self, ctx: commands.Context, message: discord.Message):
42
+ """Use message link when specifying what message to edit.
43
+ Message ID will likely not work."""
44
+
45
if message.author != ctx.me:
46
return await ctx.send("You must specify a message that was sent by the bot.")
47
0 commit comments