xfdijgodfmgdseiuhjgrnm i am tired
This commit is contained in:
parent
ceef16e01f
commit
65471712f7
1 changed files with 11 additions and 0 deletions
11
src/bot/commands/help.ts
Normal file
11
src/bot/commands/help.ts
Normal 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;
|
Loading…
Reference in a new issue