diff --git a/build/src/commands/Information/About.js b/build/src/commands/Information/About.js index c9b9aa8..42546f0 100644 --- a/build/src/commands/Information/About.js +++ b/build/src/commands/Information/About.js @@ -1,4 +1,5 @@ import OrasCommand from "../../abstract/OrasCommand.js"; + export default class About extends OrasCommand { constructor(client) { super(client); @@ -8,30 +9,20 @@ export default class About extends OrasCommand { this.aliases = []; this.cat = "info"; this.exec = async (message, args, prefix) => { - return message - .reply({ - embeds: [ - this.client.utils - .embed() - .setAuthor({ - name: `${message.author.username}`, - iconURL: message.author.displayAvatarURL(), - }) - .setTitle(`About`) - .setDescription(`Hey, It's **${client.user.username}** A Quality Music Bot With Breathtaking Features For Greater Experience While On Discord. **${client.user.username}** Is Making Music More Enhanced In Discord. Try **${client.user.username}** Now!**`) .setFooter({ - text: `Thanks For Selecting ${this.client.user.username}`, - iconURL: this.client.user.displayAvatarURL({ dynamic: true }), - }), - ], - components: [ - this.client.utils.actionRow([ - this.client.utils.button(`link`, `Invite Me`, null, null, `${this.client.config.botinvite}`), - this.client.utils.button(`link`, `Support`, null, null, `${this.client.config.server}`), - this.client.utils.button(`link`, `Premium`, null, null, `${this.client.config.server}`), - ]), - ], - }) + const embed = { + author: { + name: message.author.username, + iconURL: message.author.displayAvatarURL(), + }, + title: "About", + description: "This is a music bot.", + footer: { + text: `Thanks For Selecting ${this.client.user.username}`, + iconURL: this.client.user.displayAvatarURL({ dynamic: true }), + }, + }; + + return message.reply({ embeds: [embed] }); }; } } -//# sourceMappingURL=About.js.map \ No newline at end of file diff --git a/build/src/setting/Config.js b/build/src/setting/Config.js index 1ce3391..252d906 100644 --- a/build/src/setting/Config.js +++ b/build/src/setting/Config.js @@ -19,7 +19,7 @@ export default class OrasConfig extends Object { this.token = ""; this.botid = "" - this.prefix = "+"; + this.prefix = ">"; this.nodes = [ { name: `Kronix`, @@ -37,16 +37,16 @@ export default class OrasConfig extends Object { this.voteApi = ""; this.webhooks = { - guildCreate: "",//put webhook - guildDelete: "",//put webhook - Cmds: "",//put webhook + guildCreate: "https://discord.com/api/webhooks/1214847946428911676/-Wq2p66aXHxpXvdxQl7L9_Lv4kE0kStIN0PElfZPWEhUCFlq26UZHsC0ISNdOOQFoYaD",//put webhook + guildDelete: "https://discord.com/api/webhooks/1214847946428911676/-Wq2p66aXHxpXvdxQl7L9_Lv4kE0kStIN0PElfZPWEhUCFlq26UZHsC0ISNdOOQFoYaD",//put webhook + Cmds: "https://discord.com/api/webhooks/1214847946428911676/-Wq2p66aXHxpXvdxQl7L9_Lv4kE0kStIN0PElfZPWEhUCFlq26UZHsC0ISNdOOQFoYaD",//put webhook }; this.server = "https://discord.gg/codersplanet"; this.botinvite = ``;//put you bot invite link this.spotiId = "6c31645ffb004ab8b44d06f7b96d1b66"; this.spotiSecret = "3618fdc0b4824cfd91a8d425dac32987"; this.owners = [""];//put you discord id - this.color = "#2b2d31"; + this.color = "#880808"; this.supportId = ""; //Server Id this.spotiNodes = [ { diff --git a/build/src/setting/Emoji.js b/build/src/setting/Emoji.js index 10a5cfe..3ead65c 100644 --- a/build/src/setting/Emoji.js +++ b/build/src/setting/Emoji.js @@ -1,13 +1,13 @@ export default class OrasEmoji extends Object { constructor(client) { super(); - this.tick = "✅"; - this.cross = "❌"; - this.playing = "đŸŽļ"; - this.exclamation = "❗"; - this.queue = "📋"; - this.info = "❗"; - this.defSearch = "🔍"; + this.tick = "<:tick_icons:1211517921864454214>"; + this.cross = "<:cross_1:1211499430239543337>"; + this.playing = ""; + this.exclamation = "<:icons_question:1211517978277838909>"; + this.queue = "<:music_queue:1211517903132819496>"; + this.info = "<:icons_question:1211517978277838909>"; + this.defSearch = "<:IconSearch:1211517926226534421>"; this.premium = "🌟"; this.invite = "💌"; this.support = "🤝"; @@ -28,15 +28,15 @@ export default class OrasEmoji extends Object { mod: "đŸ›Ąī¸", staff: "đŸ‘Ĩ", supporter: "🌟", - user: "👤", + user: "<:member:1215181668969877525>", }; this.helpMenu = { - music: "đŸŽļ", - home: "🏠", - filters: "đŸŽ›ī¸", - info: "❗", - utility: "âš™ī¸", - allCommands: "📋", + music: "<:icons_music:1211517896673730571>", + home: "<:icons_home:1211517907297636382>", + filters: "<:music_queue:1211517903132819496>", + info: "<:icons_info:1211517904894558328>", + utility: "<:icons_settings:1211517899026726913>", + allCommands: "<:website_1:1211517914184949781>", }; this.setup = { pause: "â¸ī¸", @@ -44,24 +44,24 @@ export default class OrasEmoji extends Object { skip: "â­ī¸", previous: "âŽī¸", shuffle: "🔀", - author: "👤", + author: "<:member:1215181668969877525>", nowPlaying: "đŸŽļ", - requester: "👤", - duration: "⌛", + requester: "<:member:1215181668969877525>", + duration: "", stop: "âšī¸", loop: "🔁", volLow: "🔉", volHigh: "🔊", fav: "⭐", autoplay: "🔄", - filters: "đŸŽ›ī¸", + filters: "<:music_queue:1211517903132819496>", }; this.orasNew = { emote: "đŸŽļ", nowPlaying: "đŸŽļ", - requester: "👤", - duration: "⌛", - author: "👤", + requester: "<:member:1215181668969877525>", + duration: "", + author: "<:member:1215181668969877525>", pause: "â¸ī¸", resume: "â–ļī¸", skip: "â­ī¸", @@ -71,12 +71,12 @@ export default class OrasEmoji extends Object { }; this.spotify = { emote: "đŸŽļ", - filters: "", + filters: "<:music_queue:1211517903132819496>", nowPlaying: "đŸŽĩ", - requester: "👤", - duration: "⌛", + requester: "<:member:1215181668969877525>", + duration: "", pause: "â¸ī¸", - author: "👤", + author: "<:member:1215181668969877525>", resume: "â–ļī¸", stop: "âšī¸", loop: "🔁", @@ -91,10 +91,10 @@ export default class OrasEmoji extends Object { this.special = { emote: "đŸŽļ", nowPlaying: "đŸŽļ", - requester: "👤", - duration: "⌛", + requester: "<:member:1215181668969877525>", + duration: "", pause: "â¸ī¸", - author: "👤", + author: "<:member:1215181668969877525>", resume: "â–ļī¸", stop: "âšī¸", loop: "🔁", @@ -108,19 +108,19 @@ export default class OrasEmoji extends Object { }; this.noButtons = { emote: "đŸŽļ", - nowPlaying: "👤", - author: "👤", - requester: "👤", - duration: "⌛", - filters: "", + nowPlaying: "<:member:1215181668969877525>", + author: "<:member:1215181668969877525>", + requester: "<:member:1215181668969877525>", + duration: "", + filters: "<:music_queue:1211517903132819496>", }; this.simple = { emote: "đŸŽļ", - nowPlaying: "👤", - requester: "👤", - author: "👤", - duration: "⌛", - filters: "", + nowPlaying: "<:member:1215181668969877525>", + requester: "<:member:1215181668969877525>", + author: "<:member:1215181668969877525>", + duration: "", + filters: "<:music_queue:1211517903132819496>", pause: "â¸ī¸", resume: "â–ļī¸", stop: "âšī¸", @@ -129,10 +129,10 @@ export default class OrasEmoji extends Object { }; this.oldStyle = { emote: "đŸŽļ", - nowPlaying: "👤", - author: "👤", - requester: "👤", - duration: "⌛", + nowPlaying: "<:member:1215181668969877525>", + author: "<:member:1215181668969877525>", + requester: "<:member:1215181668969877525>", + duration: "", }; } }