mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user