mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Новое сокращение для profile
This commit is contained in:
parent
7c48c33e14
commit
e64d1c6817
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue