fixed fake message library
This commit is contained in:
parent
6bcc38d990
commit
559d6d3063
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue