mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const Command = require('../../structures/Command');
|
||||
const Command = require('../../framework/Command');
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { delay } = require('../../util/Util');
|
||||
const directions = ['up', 'down', 'left', 'right'];
|
||||
|
||||
Reference in New Issue
Block a user