From 3304d2e58a39f959e9f6ddb932757b859c3df6be Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Mon, 24 Feb 2020 21:17:10 +0200 Subject: [PATCH] Update reload.js --- commands/reload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/reload.js b/commands/reload.js index ee4573dd..6023c61d 100644 --- a/commands/reload.js +++ b/commands/reload.js @@ -3,7 +3,7 @@ const path = require('path') module.exports = { name: 'reload', - alias: 'reload', + alias: 'none', usage: '', description: 'Reload all files', onlyDev: true,