Skip to content

Commit 0626689

Browse files
authored
Update custom_msg.py
Added info about the edit subcommand.
1 parent 3c08cf3 commit 0626689

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

custom_msg/custom_msg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ async def msg_create(self, ctx: commands.GuildContext, specified_channel: Option
3939

4040
@msg_cmd.command(name="edit") # type: ignore
4141
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+
4245
if message.author != ctx.me:
4346
return await ctx.send("You must specify a message that was sent by the bot.")
4447

0 commit comments

Comments
 (0)