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 {
constructor() {
super({
name: "Eval",
name: "eval",
description: "Evaluate JS code directly from the process.",
aliases: [
'ev',

View File

@ -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",

View File

@ -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",