mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
release: rc31
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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})`;
|
||||
|
||||
Reference in New Issue
Block a user