diff options
| author | 8cy <[email protected]> | 2020-05-05 18:15:26 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-05 18:15:26 -0700 |
| commit | a01ab7d53aede410a335c8a3630c42ffe0bc3a0f (patch) | |
| tree | 3e9ef53efdf1fc023ffff1f0ec755046b673a955 /src/commands | |
| parent | add api cmd, formatting, add cors to server (diff) | |
| download | dep-core-a01ab7d53aede410a335c8a3630c42ffe0bc3a0f.tar.xz dep-core-a01ab7d53aede410a335c8a3630c42ffe0bc3a0f.zip | |
formatting, change api url
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/bot/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |