Browse Source

fixed fake message library

main
Yessiest 2 years ago
parent
commit
559d6d3063
  1. 4
      libraries/fake_message.lua

4
libraries/fake_message.lua

@ -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…
Cancel
Save