mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
full dd version string is better
This commit is contained in:
@@ -7,8 +7,9 @@ export const API_VERSION = 9;
|
||||
/** https://discord.com/developers/docs/topics/gateway#gateways-gateway-versions */
|
||||
export const GATEWAY_VERSION = 8;
|
||||
|
||||
// TODO: update this version
|
||||
/** https://github.com/discordeno/discordeno/releases */
|
||||
export const DISCORDENO_VERSION = 11;
|
||||
export const DISCORDENO_VERSION = "v11.0.0";
|
||||
|
||||
/** https://discord.com/developers/docs/reference#user-agent */
|
||||
export const USER_AGENT =
|
||||
|
||||
Reference in New Issue
Block a user