release: rc31

This commit is contained in:
Skillz4Killz
2022-03-26 00:13:27 +00:00
committed by GitHub
parent b06f6d2512
commit 253781943e
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@@ -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})`;