feat(ActivityTypes): add Competing (type 5) (#4824)

This commit is contained in:
Advaith
2020-09-15 09:33:52 -07:00
committed by GitHub
parent 01ceda5b0c
commit 9c76129a23
2 changed files with 3 additions and 2 deletions

2
typings/index.d.ts vendored
View File

@@ -2127,7 +2127,7 @@ declare module 'discord.js' {
shardID?: number | readonly number[];
}
type ActivityType = 'PLAYING' | 'STREAMING' | 'LISTENING' | 'WATCHING' | 'CUSTOM_STATUS';
type ActivityType = 'PLAYING' | 'STREAMING' | 'LISTENING' | 'WATCHING' | 'CUSTOM_STATUS' | 'COMPETING';
interface AddGuildMemberOptions {
accessToken: string;