From e64d1c68171faf65a320090d91420d0edf6f3118 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Fri, 31 Dec 2021 21:10:21 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=BE=D0=B5=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20profile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Economy/profile.js | 2 +- events/ready.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");