mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +00:00
docs: info tag for ActivityType regarding CUSTOM_STATUS (#3757)
This commit is contained in:
parent
149f72b50b
commit
3f8ea38b3a
1 changed files with 1 additions and 0 deletions
|
|
@ -423,6 +423,7 @@ exports.MessageTypes = [
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* <info>Bots cannot set a `CUSTOM_STATUS`, it is only for custom statuses received from users</info>
|
||||||
* The type of an activity of a users presence, e.g. `PLAYING`. Here are the available types:
|
* The type of an activity of a users presence, e.g. `PLAYING`. Here are the available types:
|
||||||
* * PLAYING
|
* * PLAYING
|
||||||
* * STREAMING
|
* * STREAMING
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue