fixed fake message library

This commit is contained in:
Yessiest 2022-04-18 22:53:53 +04:00
parent 6bcc38d990
commit 559d6d3063
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@ return function(message,overrides)
type = message.type, type = message.type,
webhookId = message.webhookId, webhookId = message.webhookId,
addReaction = function(...) addReaction = function(...)
message:reactionAdd(...) message:addReaction(...)
end, end,
removeReaction = function(...) removeReaction = function(...)
message:reactionRemove(...) message:removeReaction(...)
end, end,
emulated = true emulated = true
} }