diff --git a/src/modules/developer/eval.ts b/src/modules/developer/eval.ts index 349718c..41d5e25 100644 --- a/src/modules/developer/eval.ts +++ b/src/modules/developer/eval.ts @@ -3,7 +3,7 @@ import Command from "../../handler/structures/Command"; export = class Eval extends Command { constructor() { super({ - name: "Eval", + name: "eval", description: "Evaluate JS code directly from the process.", aliases: [ 'ev', diff --git a/src/modules/general/info.ts b/src/modules/general/info.ts index 43e9956..15b14fc 100644 --- a/src/modules/general/info.ts +++ b/src/modules/general/info.ts @@ -3,7 +3,7 @@ import Command from '../../handler/structures/Command'; export = class Info extends Command { constructor() { super({ - name: "Info", + name: "info", description: "Show Information about the Bot", aliases: ["about"], // module: "General", diff --git a/src/modules/images/wolf.ts b/src/modules/images/wolf.ts index 45df646..1ab2614 100644 --- a/src/modules/images/wolf.ts +++ b/src/modules/images/wolf.ts @@ -3,7 +3,7 @@ import Command from '../../handler/structures/Command'; export = class Wolf extends Command { constructor() { super({ - name: "Wolf", + name: "wolf", description: "Show a Wolf", aliases: ["awoo"], // module: "General",