Pogy-Bot / Pogy

A fully customizable bot built with 147 commands, 11 categories and a dashboard using discord.js v13
https://v2.pogy.xyz
Apache License 2.0
145 stars 101 forks source link

reaction roles messageID #25

Open abdalla435 opened 1 year ago

abdalla435 commented 1 year ago

when me type the right MessageID it's say Please Provide me with a valid message ID anyone know how to fix it?

Peach9188 commented 1 year ago

did you type the message link or message id?

Peach9188 commented 1 year ago

also, you can join the support server for a faster response here: https://discord.gg/TAeKHDCn3t

abdalla435 commented 1 year ago

me type the messageID. and not working

eYuM-coder commented 1 year ago

@abdalla435 I don't think that's how the command works, you see, roles have their OWN unique IDs, where as messages are messages sent by users. You have to use the ID of the role for the command, otherwise, the command will think that it's an invalid role.

eYuM-coder commented 1 year ago

Also, a reaction role command shouldn't work with message IDs in the first place, so the commands code has to be rewritten for the command itself to actually function.

eYuM-coder commented 1 year ago

I'll probably fix it later today or something