fixed fake message library
This commit is contained in:
parent
6bcc38d990
commit
559d6d3063
|
@ -34,10 +34,10 @@ return function(message,overrides)
|
|||
type = message.type,
|
||||
webhookId = message.webhookId,
|
||||
addReaction = function(...)
|
||||
message:reactionAdd(...)
|
||||
message:addReaction(...)
|
||||
end,
|
||||
removeReaction = function(...)
|
||||
message:reactionRemove(...)
|
||||
message:removeReaction(...)
|
||||
end,
|
||||
emulated = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue