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,4 +1,4 @@
|
||||
const Command = require('../Command');
|
||||
const Command = require('../../framework/Command');
|
||||
|
||||
module.exports = class AutoReplyCommand extends Command {
|
||||
constructor(client, info) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const request = require('node-superfetch');
|
||||
const Command = require('../Command');
|
||||
const Command = require('../../framework/Command');
|
||||
const path = require('path');
|
||||
const { reactIfAble } = require('../../util/Util');
|
||||
const { IMGUR_KEY } = process.env;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const request = require('node-superfetch');
|
||||
const Command = require('../Command');
|
||||
const Command = require('../../framework/Command');
|
||||
const { MessageEmbed } = require('discord.js');
|
||||
const { formatNumberK, shorten } = require('../../util/Util');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user