ApplicationCommandPermissionManager token
I'm in the process of porting over a bot from djs 13 to 14, (and have also started adding typings).
In the ApplicationCommandPermissionManager, when adding a permission, it has a required
token field. Is this your bot token? Or another kind?
Thanks in advance!6 Replies
Thats the oauth2 token of a user
a guild admin in this case
Obtaining it is out of scope for djs
Of course. Can a bot token be used in case it is admin?
No
It needs to be an oauth2 token
I see, thanks for the info!
The thread owner has marked this issue as solved.