xfdijgodfmgdseiuhjgrnm i am tired

This commit is contained in:
JandereDev 2021-10-13 22:03:22 +02:00
parent ceef16e01f
commit 65471712f7
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

11
src/bot/commands/help.ts Normal file
View file

@ -0,0 +1,11 @@
import Command from "../../struct/Command";
import { Message } from "revolt.js/dist/maps/Messages";
export default {
name: 'help',
aliases: null,
description: 'help command i guess',
run: (message: Message, args: string[]) => {
message.reply(`command list can be found here kthxbay https://github.com/janderedev/revolt-automod/wiki/Bot-usage`);
}
} as Command;