Ropyle
DIAdiscord.js - Imagine an app
•Created by Ropyle on 12/23/2023 in #djs-questions
Event, guildMemberRemove is emitted when someone got banned
4 replies
DIAdiscord.js - Imagine an app
•Created by Ropyle on 9/2/2023 in #djs-questions
Doesn't DiscordAPI reflect the latest role position?
I made a test guild for my bots.
The guild has this roles scoreboard(?)
- Owner
- Mod
- Member
Guild has these members:
- Me
- My bot
- Tom
I gave Tom "Member" role (its position is "1")
while I have "Owner" role (its position is "3")
This is a code the bot has:
GuildID is my guild
UserID is Tom's ID.
Then, in my anothor guild, (my bot belongs to)
I sent "test".
Console:
It is very a result I had expected.
Then, I gave Tom "Mod" role (its position is "2")
I send "test" in the anothor guild again.
Console:
The result was not changed.
I can't understand.
12 replies