Update Discordeno version (#2721)

This commit is contained in:
deepsarda
2023-01-13 10:49:12 -06:00
committed by GitHub
parent 945b1f2007
commit a48f72b1fa
+1 -1
View File
@@ -6,7 +6,7 @@ export const API_VERSION = 10;
// TODO: update this version
/** https://github.com/discordeno/discordeno/releases */
export const DISCORDENO_VERSION = "17.1.0";
export const DISCORDENO_VERSION = "18.0.1";
/** https://discord.com/developers/docs/reference#user-agent */
export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;