mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 23:21:04 +00:00
Webpack build for branch master: ead6d80c36
This commit is contained in:
parent
a3c56e6796
commit
3e03afddb3
2 changed files with 6 additions and 4 deletions
|
|
@ -12839,6 +12839,7 @@ const Collection = __webpack_require__(3);
|
|||
const Snowflake = __webpack_require__(7);
|
||||
|
||||
const Targets = {
|
||||
ALL: 'ALL',
|
||||
GUILD: 'GUILD',
|
||||
CHANNEL: 'CHANNEL',
|
||||
USER: 'USER',
|
||||
|
|
@ -12851,6 +12852,7 @@ const Targets = {
|
|||
};
|
||||
|
||||
const Actions = {
|
||||
ALL: null,
|
||||
GUILD_UPDATE: 1,
|
||||
CHANNEL_CREATE: 10,
|
||||
CHANNEL_UPDATE: 11,
|
||||
|
|
|
|||
8
discord.master.min.js
vendored
8
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue