commit | 41d93567b8e1ec3166321d4289e3f7733e42f9e5 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sat Jul 30 22:10:15 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Sat Jul 30 22:10:15 2022 +0100 |
tree | fc38abc3402477517f8cf2f8b25ed4fdce48909f | |
parent | 33d936a67e169602725d9952bb71ec245afd2ea6 [diff] [blame] |
Fixed welcome
diff --git a/src/commands/help.ts b/src/commands/help.ts index 568a90c..c3b015c 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts
@@ -6,7 +6,7 @@ .setName("help") .setDescription("Shows help for commands") -const callback = (interaction: CommandInteraction) => { +const callback = async (interaction: CommandInteraction): Promise<any> => { interaction.reply("hel p"); // TODO: FINISH THIS FOR RELEASE }