mirror of
https://github.com/Wessel/yorushika.git
synced 2026-06-08 14:18:31 +02:00
typo (tm)
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = class CommandRegistry {
|
|||||||
|
|
||||||
if (!cmd || !dir) return false;
|
if (!cmd || !dir) return false;
|
||||||
|
|
||||||
delete require.gCache[require.resolve(dir)];
|
delete require.cache[require.resolve(dir)];
|
||||||
this.bot.cmds.delete(command);
|
this.bot.cmds.delete(command);
|
||||||
this.start(dir);
|
this.start(dir);
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user