diff --git a/template/beginner/deps.ts b/template/beginner/deps.ts index 28dd6c7c2..5b26ceea2 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-rc30/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc31/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc31/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 339b8d288..af84da477 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-rc30/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc31/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc31/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 e9c2f8aa6..593216329 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-rc30/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc31/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc31/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"; diff --git a/util/constants.ts b/util/constants.ts index f2c28bfd4..b7f7b3d99 100644 --- a/util/constants.ts +++ b/util/constants.ts @@ -9,7 +9,7 @@ export const GATEWAY_VERSION = 10; // TODO: update this version /** https://github.com/discordeno/discordeno/releases */ -export const DISCORDENO_VERSION = "13.0.0-rc30"; +export const DISCORDENO_VERSION = "13.0.0-rc31"; /** https://discord.com/developers/docs/reference#user-agent */ export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;