aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-07-02 21:58:01 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-07-02 21:58:01 +0000
commit88ce2b14a493d27a00cb058275aeaad62f5ccd57 (patch)
tree8285d5d0ed52d89b93f0473c376e74d3c81c115e
parent69938f306c578e920ee2ed2fe128aee7443a251d (diff)
downloadspeedrunbot-slash-88ce2b14a493d27a00cb058275aeaad62f5ccd57.tar
speedrunbot-slash-88ce2b14a493d27a00cb058275aeaad62f5ccd57.tar.gz
speedrunbot-slash-88ce2b14a493d27a00cb058275aeaad62f5ccd57.tar.bz2
speedrunbot-slash-88ce2b14a493d27a00cb058275aeaad62f5ccd57.tar.lz
speedrunbot-slash-88ce2b14a493d27a00cb058275aeaad62f5ccd57.tar.xz
speedrunbot-slash-88ce2b14a493d27a00cb058275aeaad62f5ccd57.tar.zst
speedrunbot-slash-88ce2b14a493d27a00cb058275aeaad62f5ccd57.zip
Update harmony discord lib
-rw-r--r--deps_server.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps_server.ts b/deps_server.ts
index cc22b93..1c4ec7c 100644
--- a/deps_server.ts
+++ b/deps_server.ts
@@ -10,12 +10,12 @@ export {
InteractionsClient,
slash,
SlashCommandOptionType,
-} from "https://code.harmony.rocks/08dc7b99089d94d62d6c87bf26e279746dfe418a/mod.ts";
+} from "https://code.harmony.rocks/3f591254deb572e3ffb4f2349d9a181ea49d3e33/mod.ts";
export type {
ApplicationCommandChoice,
ApplicationCommandOption,
SlashCommandPartial,
-} from "https://code.harmony.rocks/08dc7b99089d94d62d6c87bf26e279746dfe418a/mod.ts";
+} from "https://code.harmony.rocks/3f591254deb572e3ffb4f2349d9a181ea49d3e33/mod.ts";
export { config } from "https://deno.land/std@0.146.0/dotenv/mod.ts";