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