mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
renamed OAuth2Application#reset to resetSecret and added resetToken (#1541)
This commit is contained in:
@@ -7,7 +7,7 @@ const paramable = [
|
||||
'bans', 'emojis', 'pins', 'permissions',
|
||||
'reactions', 'webhooks', 'messages',
|
||||
'notes', 'roles', 'applications',
|
||||
'invites',
|
||||
'invites', 'bot',
|
||||
];
|
||||
const reflectors = ['toString', 'valueOf', 'inspect', Symbol.toPrimitive, util.inspect.custom];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user