diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/commands/bot/api.ts | 2 | ||||
| -rw-r--r-- | src/config.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 7e233b9..8f2e180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uwufier", - "version": "1.10.1", + "version": "1.10.3", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { diff --git a/src/commands/bot/api.ts b/src/commands/bot/api.ts index ff89fd8..7a9cbf3 100644 --- a/src/commands/bot/api.ts +++ b/src/commands/bot/api.ts @@ -20,7 +20,7 @@ module.exports = class APIBot extends Command { } run(msg: CommandoMessage) { let emb = new MessageEmbed() - .setDescription('Here\'s a link to my [API](https://kyzer.co/discord/bots/uwufier/api/v1/). (To use, copy the given URL, then append the API endpoints looking to get to it.) As for documentation, it is currently under heavy re-writing. As soon as the documentation goes live, you can read through it on the [official uwufier website](https://kyzer.co/discord/bots/uwufier/)!' + emoji.random()) + .setDescription('Here\'s a link to my [API](http://uwufier.kyzer.co/api/v1/). (To use, copy the given URL, then append the API endpoints looking to get to it.) As for documentation, it is currently under heavy re-writing. As soon as the documentation goes live, you can read through it on the [official uwufier website](https://kyzer.co/discord/bots/uwufier/)! ' + emoji.random()) msg.say(emb) } };
\ No newline at end of file diff --git a/src/config.json b/src/config.json index 654dbac..0070bac 100644 --- a/src/config.json +++ b/src/config.json @@ -1,7 +1,7 @@ { "secret":"Njk5NDczMjYzOTk4MjcxNDg5.XpU5oQ.btZuxVudhNllSQY6CxrXXtMJm9A", "yt-api-key":"AIzaSyCeG1lQAeInv4vjFv_eTL9IFAFNdQC9Nk8", - "version":"1.10.1", + "version":"1.10.3", "fortniteTrackerNetworkToken": "4cf21f95-5f1a-412a-b4a7-e5424adc314a", "maxMultipler": 100, "minMultipler": 1.01 |