Skip to content

Commit

Permalink
Update docs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ authored Jul 11, 2022
1 parent 856c0fe commit acfbc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Utils/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) });
Expand Down

0 comments on commit acfbc86

Please sign in to comment.