From 27bc0cd2dfd2c173b888771f0ccbf33fb043fa82 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 25 Mar 2022 19:29:46 +0000 Subject: [PATCH] fix: use rc30 --- template/beginner/deps.ts | 4 ++-- template/bigbot/deps.ts | 4 ++-- template/minimal/deps.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/template/beginner/deps.ts b/template/beginner/deps.ts index 1c227c7d9..28dd6c7c2 100644 --- a/template/beginner/deps.ts +++ b/template/beginner/deps.ts @@ -1,5 +1,5 @@ -export * from "https://deno.land/x/discordeno@13.0.0-rc29/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc29/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc30/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/mod.ts"; // Terminal Colors! export * from "https://deno.land/std@0.117.0/fmt/colors.ts"; diff --git a/template/bigbot/deps.ts b/template/bigbot/deps.ts index a4755f1b3..339b8d288 100644 --- a/template/bigbot/deps.ts +++ b/template/bigbot/deps.ts @@ -1,5 +1,5 @@ -export * from "https://deno.land/x/discordeno@13.0.0-rc29/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc29/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc30/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/mod.ts"; // Terminal Colors! export * from "https://deno.land/std@0.117.0/fmt/colors.ts"; diff --git a/template/minimal/deps.ts b/template/minimal/deps.ts index bb963f6f8..e9c2f8aa6 100644 --- a/template/minimal/deps.ts +++ b/template/minimal/deps.ts @@ -1,4 +1,4 @@ -export * from "https://deno.land/x/discordeno@13.0.0-rc29/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc29/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc30/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/mod.ts"; export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts"; export * from "https://deno.land/std@0.117.0/fmt/colors.ts";