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";