DB-Script
Discord Server
NPM
Search…
DB-Script
Getting Started
NPM Updates
Known Bugs
Functionalities
Bot Functions
Events
BanCommand
BotJoinCommand
BotLeaveCommand
ChannelCreateCommand
ChannelDeleteCommand
ChannelUpdateCommand
EmojiCreateCommand
EmojiDeleteCommand
GuildUpdateCommand
JoinedCommand
LeaveCommand
LoopCommand
MessageDeleteCommand
MessageEditEvent
RateLimitCommand
ReadyCommand
ReactionAddCommand
ReactionRemoveCommand
RoleCreateCommand
RoleDeleteCommand
UnbanCommand
UserUpdateCommand
Functions
Guides
Other
Contributors
Discord Server
FAQs
Staff
Powered By
GitBook
MessageEditEvent
Allows the bot to execute commands when a message is edited
An Event Function that must be used in the main file!
Triggers when a message is edited to a command
Put this right below the
bot.MessageEvent()
in your main file, but above the rest of your commands and events
bot.MessageEditEvent()
bot-testing_-_Discord_2020-10-09_10-15-37.mp4
11MB
Binary
Video example of how it works :)
Credit for video example and finding the usage of this event goes to
Irian3x3#0001
Previous
MessageDeleteCommand
Next
RateLimitCommand
Last modified
1yr ago
Copy link
Outline
Put this right below the bot.MessageEvent() in your main file, but above the rest of your commands and events