Skip to content

Commit

Permalink
Update panel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bes-js committed Dec 28, 2023
1 parent fe7aae0 commit d1a561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Supervisor/src/beş_commands/Sahip Komutları/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
usage:"setup",
aliases: ["setup","panel"],
execute: async (client, message, args, beş_embed) => {
if (!message.member.permissions.has(PermissionFlagsBits.Administrator)) return message.reply({ embeds: [beş_embed.setDescription(`> **Komutu Kullanmak İçin Yetkin Bulunmamakta!**`)] }).sil(5);
if (!beş_config.botOwners.some(bes => message.author.id == bes)) return message.reply({ embeds: [beş_embed.setDescription(`> **Komutu Kullanmak İçin Yetkin Bulunmamakta!**`)] }).sil(5);
let secim = args[0];
message.react(client.emoji("emote_true") !== null ? client.emoji("emote_true") : "✅")
let mesajx;
Expand Down

0 comments on commit d1a561b

Please sign in to comment.