From 5eea56a9de7cca58ab18aca1b9160082ec2d0750 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 25 Mar 2022 18:29:54 +0000 Subject: [PATCH] fix: use rc29 for templates --- 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 caaa6041c..1c227c7d9 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-rc28/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc28/plugins/mod.ts"; +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"; // 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 f915defd4..aa9fd3b05 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-rc28/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc28/plugins/mod.ts"; +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"; // 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 99fc50861..bb963f6f8 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-rc28/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc28/plugins/mod.ts"; +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 { 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";