diff --git a/commands/Economy/profile.js b/commands/Economy/profile.js index c4c985d8..5e4ea733 100644 --- a/commands/Economy/profile.js +++ b/commands/Economy/profile.js @@ -14,7 +14,7 @@ class Profile extends Command { dirname: __dirname, enabled: true, guildOnly: true, - aliases: ["profil"], + aliases: ["prof"], memberPermissions: [], botPermissions: ["SEND_MESSAGES", "EMBED_LINKS"], nsfw: false, diff --git a/events/ready.js b/events/ready.js index 4ad5706c..89f8d156 100644 --- a/events/ready.js +++ b/events/ready.js @@ -11,7 +11,7 @@ module.exports = class { // Logs some informations using logger client.logger.log(`Loading a total of ${client.commands.size} command(s).`, "log"); client.logger.log(`${client.user.tag}, ready to serve ${client.users.cache.size} users in ${client.guilds.cache.filter(guild => guild.id != "568120814776614924" && guild.id != "892727526911258654").size} servers.`, "ready"); - client.logger.log(`Invite Link: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&permissions=8`); + client.logger.log(`Invite Link: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&permissions=8`, "ready"); // Discord Together const discordtogether = require("../helpers/discordTogether");