mirror of
https://github.com/danbulant/discord.js
synced 2026-05-29 20:30:38 +00:00
feat(Constants): add CUSTOM_STATUS to ActivityTypes
This commit is contained in:
parent
17b8b23b80
commit
2589db6633
1 changed files with 2 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ exports.Events = {
|
|||
* * STREAMING
|
||||
* * LISTENING
|
||||
* * WATCHING
|
||||
* * CUSTOM_STATUS
|
||||
* @typedef {string} ActivityType
|
||||
*/
|
||||
exports.ActivityTypes = [
|
||||
|
|
@ -380,6 +381,7 @@ exports.ActivityTypes = [
|
|||
'STREAMING',
|
||||
'LISTENING',
|
||||
'WATCHING',
|
||||
'CUSTOM_STATUS',
|
||||
];
|
||||
|
||||
exports.ActivityFlags = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue