From 2a616b81a59b3fbdafeb4696d4c559c1905f90b7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 13 Dec 2019 21:30:26 -0500 Subject: [PATCH] Fix lint --- commands/info/user.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/commands/info/user.js b/commands/info/user.js index 008e89fc..dc508cab 100644 --- a/commands/info/user.js +++ b/commands/info/user.js @@ -3,12 +3,6 @@ const moment = require('moment'); const { MessageEmbed } = require('discord.js'); const { stripIndents } = require('common-tags'); const { trimArray } = require('../../util/Util'); -const activities = { - PLAYING: 'Playing', - STREAMING: 'Streaming', - WATCHING: 'Watching', - LISTENING: 'Listening to' -}; module.exports = class UserCommand extends Command { constructor(client) {