mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const Command = require('../../structures/Command');
|
||||
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'];
|
||||
|
||||
module.exports = class GunfightCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user