mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Fix lint
This commit is contained in:
@@ -3,12 +3,6 @@ const moment = require('moment');
|
|||||||
const { MessageEmbed } = require('discord.js');
|
const { MessageEmbed } = require('discord.js');
|
||||||
const { stripIndents } = require('common-tags');
|
const { stripIndents } = require('common-tags');
|
||||||
const { trimArray } = require('../../util/Util');
|
const { trimArray } = require('../../util/Util');
|
||||||
const activities = {
|
|
||||||
PLAYING: 'Playing',
|
|
||||||
STREAMING: 'Streaming',
|
|
||||||
WATCHING: 'Watching',
|
|
||||||
LISTENING: 'Listening to'
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = class UserCommand extends Command {
|
module.exports = class UserCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user