mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix lint
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
const Command = require('../../framework/Command');
|
const Command = require('../../framework/Command');
|
||||||
const { MessageActionRow, MessageButton } = require('discord.js');
|
|
||||||
const { stripIndents } = require('common-tags');
|
const { stripIndents } = require('common-tags');
|
||||||
const { shuffle, removeDuplicates, verify } = require('../../util/Util');
|
const { shuffle, removeDuplicates, verify } = require('../../util/Util');
|
||||||
const events = require('../../assets/json/hunger-games');
|
const events = require('../../assets/json/hunger-games');
|
||||||
|
|||||||
Reference in New Issue
Block a user