- EnesDev#0909
- Katılım
- 11 Şub 2022
- Mesajlar
- 45
- Tepkime puanı
- 9
- Şehir
- Kahramanmaraş
JavaScript:
const { MessageEmbed } = require("discord.js");
module.exports = {
calistir: async (client, message, args) => {
const embed = new MessageEmbed()
.setColor("RANDOM")
.setDescription(`
<:message:958766110377934918> **Abone Sistemi**
**Merhaba** ${message.author}, Aşağıda Abone Sistemi var. İyi Kullanımlar.
<:setting:958766101683109959> !abone-rol => **Abone Rolü Ayarlarsınız.**
<:setting:958766101683109959> !abone-yetkili-rol => **Abone Yetkili Rolü Ayarlarsınız.**
<:setting:958766101683109959> !abone-stats => **Abone Yetkilisinin Abone İstatistiklerini Gösterir.**
<:setting:958766101683109959> !abone @Kullanıcı => **Abone Rolü Verirsiniz.**
[Botu Davet Et](https://discord.com/api/oauth2/authorize?client_id=951200342136209460&permissions=8&scope=bot%20applications.commands)
[Destek Sunucusu](https://discord.gg/SzJRHbHpaS)
`)
return message.reply({ embeds: [embed] })
},
name: "yardım-abone",
description: "",
aliases: ["yardım abone", "yardımabone"],
kategori: "",
usage: "",
}