mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 15:11:32 +00:00
fix: naming conventions
This commit is contained in:
parent
1028183c23
commit
065e89337e
2 changed files with 3 additions and 3 deletions
|
|
@ -401,7 +401,7 @@ exports.WSEvents = keyMirror([
|
|||
* * CHANNEL_FOLLOW_ADD
|
||||
* * GUILD_DISCOVERY_DISQUALIFIED
|
||||
* * GUILD_DISCOVERY_REQUALIFIED
|
||||
* * INLINE_REPLY
|
||||
* * REPLY
|
||||
* @typedef {string} MessageType
|
||||
*/
|
||||
exports.MessageTypes = [
|
||||
|
|
@ -424,7 +424,7 @@ exports.MessageTypes = [
|
|||
null,
|
||||
null,
|
||||
null,
|
||||
'INLINE_REPLY',
|
||||
'REPLY',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -2863,7 +2863,7 @@ declare module 'discord.js' {
|
|||
| 'CHANNEL_FOLLOW_ADD'
|
||||
| 'GUILD_DISCOVERY_DISQUALIFIED'
|
||||
| 'GUILD_DISCOVERY_REQUALIFIED'
|
||||
| 'INLINE_REPLY';
|
||||
| 'REPLY';
|
||||
|
||||
interface OverwriteData {
|
||||
allow?: PermissionResolvable;
|
||||
|
|
|
|||
Loading…
Reference in a new issue