make the version match with package.json

This commit is contained in:
tcrms
2022-05-17 03:36:42 -04:00
committed by GitHub
parent 3f0bfddf5c
commit a7c91271ae

View File

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