diff --git a/src/commands/Utils/docs.js b/src/commands/Utils/docs.js index 50a43a1..8784a25 100644 --- a/src/commands/Utils/docs.js +++ b/src/commands/Utils/docs.js @@ -34,7 +34,7 @@ class DocsCommand extends Command { if (!args.query) { const embed = new MessageEmbed() .setColor(this.client.color) - .setDescription(':eyes: Hypixel API • Reborn documentation is [here](https://hypixel.stavzdev.me/).'); + .setDescription(':eyes: Hypixel API • Reborn documentation is [here](https://hypixel-api-reborn.github.io).'); return message.channel.send(embed); } message.channel.send({ embed: docs.resolveEmbed(args.query) });