commit | 4edb7761f6b374d56698209ddd422f4fe3b836bc | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sun Jun 26 19:21:04 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Sun Jun 26 19:21:04 2022 +0100 |
tree | b5eef091025a8aaf55964303dc0c3363f867a112 | |
parent | 381ef90902b75ebc454a595a37aca3b5310b4bfa [diff] [blame] |
huge changes once again
diff --git a/src/commands/verify.ts b/src/commands/verify.ts index c9abb77..4ccc807 100644 --- a/src/commands/verify.ts +++ b/src/commands/verify.ts
@@ -7,7 +7,7 @@ .setName("verify") .setDescription("Get verified in the server") -const callback = async (interaction: CommandInteraction) => { +const callback = async (interaction: CommandInteraction): Promise<any> => { verify(interaction); }