This commit is contained in:
Dragon Fire
2019-12-13 21:30:26 -05:00
parent 6d3cd11f38
commit 2a616b81a5
-6
View File
@@ -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) {