diff --git a/src/commands/game.ts b/src/commands/game.ts index 6404a7e..fded83d 100644 --- a/src/commands/game.ts +++ b/src/commands/game.ts @@ -3,11 +3,11 @@ import { Activity, Member, Message } from 'eris'; import { Client, Command, RichEmbed } from '../class'; enum ActivityType { - PLAYING = 0, - STREAMING = 1, - LISTENING = 2, - WATCHING = 3, - CUSTOM_STATUS = 4 + PLAYING, + STREAMING, + LISTENING, + WATCHING, + CUSTOM_STATUS } export default class Game extends Command {