diff options
author | 2023-04-29 22:45:05 +0800 | |
---|---|---|
committer | 2023-04-29 22:45:05 +0800 | |
commit | 920994b707fe4edd3b2acedba63253f728c9a1ab (patch) | |
tree | eece89ff75bd99526080a6ca5a5e03097c791e00 | |
parent | Apply suggestions from code review (diff) |
Apply suggestions from code review
Co-authored-by: wookie184 <[email protected]>
-rw-r--r-- | bot/resources/tags/on-message-event.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/on-message-event.md b/bot/resources/tags/on-message-event.md index 5227db98c..dd3093363 100644 --- a/bot/resources/tags/on-message-event.md +++ b/bot/resources/tags/on-message-event.md @@ -1,6 +1,6 @@ --- embed: - title: "The `on_message` event" + title: "The discord.py `on_message` event" --- Registering the `on_message` event with [`@bot.event`](https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.Bot.event) will override the default behavior of the event. This may cause prefix commands to stop working, because they rely on the default `on_message` event. |