mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
feat(Activity): support for CUSTOM_STATUS activity type (#3353)
* feat: support for custom status in activity * nit(typings): order properties
This commit is contained in:
committed by
SpaceEEC
parent
1b1289b35e
commit
2ca74d6b63
@@ -411,6 +411,7 @@ exports.MessageTypes = [
|
||||
* * STREAMING
|
||||
* * LISTENING
|
||||
* * WATCHING
|
||||
* * CUSTOM_STATUS
|
||||
* @typedef {string} ActivityType
|
||||
*/
|
||||
exports.ActivityTypes = [
|
||||
@@ -418,6 +419,7 @@ exports.ActivityTypes = [
|
||||
'STREAMING',
|
||||
'LISTENING',
|
||||
'WATCHING',
|
||||
'CUSTOM_STATUS',
|
||||
];
|
||||
|
||||
exports.ChannelTypes = {
|
||||
|
||||
Reference in New Issue
Block a user