turn messages lowercase

This commit is contained in:
Lio Young 2021-04-08 02:43:17 +02:00
parent 070fdabb82
commit 293e27c110
No known key found for this signature in database
GPG Key ID: 789795A11879E169
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import Command from "../../handler/structures/Command";
export = class Eval extends Command { export = class Eval extends Command {
constructor() { constructor() {
super({ super({
name: "Eval", name: "eval",
description: "Evaluate JS code directly from the process.", description: "Evaluate JS code directly from the process.",
aliases: [ aliases: [
'ev', 'ev',

View File

@ -3,7 +3,7 @@ import Command from '../../handler/structures/Command';
export = class Info extends Command { export = class Info extends Command {
constructor() { constructor() {
super({ super({
name: "Info", name: "info",
description: "Show Information about the Bot", description: "Show Information about the Bot",
aliases: ["about"], aliases: ["about"],
// module: "General", // module: "General",

View File

@ -3,7 +3,7 @@ import Command from '../../handler/structures/Command';
export = class Wolf extends Command { export = class Wolf extends Command {
constructor() { constructor() {
super({ super({
name: "Wolf", name: "wolf",
description: "Show a Wolf", description: "Show a Wolf",
aliases: ["awoo"], aliases: ["awoo"],
// module: "General", // module: "General",