change permissions to bigint
This commit is contained in:
@@ -78,7 +78,7 @@ class Application extends Base {
|
||||
/**
|
||||
* Invites this application to a guild / server
|
||||
* @param {string} guild_id The id of the guild that you want to invite the bot to
|
||||
* @param {number} [permissions] The permissions for the bot in number form (the default is 8 / Administrator)
|
||||
* @param {bigint} [permissions] The permissions for the bot in number form (the default is 8 / Administrator)
|
||||
* @param {string} [captcha] The captcha key to add
|
||||
* @returns nothing :)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user