mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(Constants): add CUSTOM_STATUS to ActivityTypes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user