mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
const Command = require('../../structures/Command');
|
const Command = require('../../structures/Command');
|
||||||
const { stripIndents } = require('common-tags');
|
const { stripIndents } = require('common-tags');
|
||||||
const { delay, randomRange, verify } = require('../../util/Util');
|
const { delay, randomRange, verify, fetchHSUserDisplay } = require('../../util/Util');
|
||||||
const words = ['fire', 'draw', 'shoot', 'bang', 'pull', 'boom'];
|
const words = ['fire', 'draw', 'shoot', 'bang', 'pull', 'boom'];
|
||||||
|
|
||||||
module.exports = class GunfightCommand extends Command {
|
module.exports = class GunfightCommand extends Command {
|
||||||
|
|||||||
Reference in New Issue
Block a user