mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Fix lint
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
const Command = require('../../structures/Command');
|
const Command = require('../../structures/Command');
|
||||||
const { stripIndents } = require('common-tags');
|
const { stripIndents } = require('common-tags');
|
||||||
const { verify, list } = require('../../util/Util');
|
const { verify } = require('../../util/Util');
|
||||||
const colors = require('../../assets/json/domineering');
|
|
||||||
const blankEmoji = '⬜';
|
const blankEmoji = '⬜';
|
||||||
const blockEmoji = '🚫';
|
const blockEmoji = '🚫';
|
||||||
const userEmoji = '❌';
|
const userEmoji = '❌';
|
||||||
|
|||||||
Reference in New Issue
Block a user