souji
souji
DIAdiscord.js - Imagine an app
Created by PhantomEye on 3/18/2025 in #djs-questions
How do I make sure my Discord bot stays idle?
that should persist, yes
15 replies
DIAdiscord.js - Imagine an app
Created by PhantomEye on 3/18/2025 in #djs-questions
How do I make sure my Discord bot stays idle?
read, don't type. when done reading, consider typing
15 replies
DIAdiscord.js - Imagine an app
Created by PhantomEye on 3/18/2025 in #djs-questions
How do I make sure my Discord bot stays idle?
read
15 replies
DIAdiscord.js - Imagine an app
Created by PhantomEye on 3/18/2025 in #djs-questions
How do I make sure my Discord bot stays idle?
read what i said again, please
15 replies
DIAdiscord.js - Imagine an app
Created by PhantomEye on 3/18/2025 in #djs-questions
How do I make sure my Discord bot stays idle?
no, it's an implementation detail of their entire presence infrastructure which can result in losing presences
15 replies
DIAdiscord.js - Imagine an app
Created by PhantomEye on 3/18/2025 in #djs-questions
How do I make sure my Discord bot stays idle?
if you don't want to change it, consider setting it in the client constructor options
15 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
well, thanks for raising that again, for future issues we now have a #faq post
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
i did indeed miss one :PlayDead: 2fa, gdi
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
nope, i'm out of ideas
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
there's no implicit permissions, those tend to throw 50001
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
i cannot think of any other requirement for adding a role
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
at the end of the day, to add a role (since you are using the idempotent route) - the app has to be on the server > else 10004 - the member has to be on the server > if not 10007 - the role has to exist > if not 10011 - the role cannot be managed > if it is 50013 - the moderating entity has to have the MANAGE_ROLES permission on any role the member has (overrides do not count) > else 50001 - the moderating entity has to have a higher role than the role it is trying to add > else 50013
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
would not be the first time someone keeps looking at another bot to check roles
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
?
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
are you looking at the right bot?
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
the only way i can reproduce a 50001 is if the bot doesn't have a role with the permission
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
unknown member 10007
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
invalid role would throw 10011
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
oh actually, that endpoint throws missing access if the app is lacking the permission
43 replies
DIAdiscord.js - Imagine an app
Created by zihyin on 3/8/2025 in #djs-questions
Bot can't give the roles under
not that "managed" refers to twitch subscriber roles or boosters, for example, which cannot be manually assigned
43 replies