From a7c91271ae4cf7dc70ceb64e9b3f5f1fb41e60d3 Mon Sep 17 00:00:00 2001 From: tcrms Date: Tue, 17 May 2022 03:36:42 -0400 Subject: [PATCH] make the version match with `package.json` --- utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.js b/utils.js index b3efc5e..d7b2881 100644 --- a/utils.js +++ b/utils.js @@ -25,7 +25,7 @@ export async function DiscordRequest(endpoint, options) { headers: { Authorization: `Bot ${process.env.DISCORD_TOKEN}`, 'Content-Type': 'application/json; charset=UTF-8', - 'User-Agent': 'DiscordBot (https://github.com/discord/discord-example-app, 0.0.0)', + 'User-Agent': 'DiscordBot (https://github.com/discord/discord-example-app, 1.0.0)', }, ...options });