sentanos / roblox-js-server

(THIS SERVER IS UNSECURE - USE AT YOUR OWN RISK) Example server using roblox-js module
31 stars 48 forks source link

message is not the correct data type. #49

Closed Masken8 closed 7 years ago

Masken8 commented 7 years ago

When i try to make it shout i get the error Parameter "message" is not the correct data type.

sentanos commented 7 years ago

Show the exact code you are using. Most likely you forgot that when you pass group into API you don't pass the group id into following functions. Therefore api.shout will only take the message and not the group id anywhere

On Aug 15, 2017, at 13:32, Masken8 notifications@github.com wrote:

When i try to make it shout i get the error Parameter "message" is not the correct data type.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Masken8 commented 7 years ago

k