mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
CAts
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = class BotSearchCommand extends Command {
|
|||||||
try {
|
try {
|
||||||
const { body } = await snekfetch
|
const { body } = await snekfetch
|
||||||
.get(`https://bots.discord.pw/api/bots/${bot.id}`)
|
.get(`https://bots.discord.pw/api/bots/${bot.id}`)
|
||||||
.set({ 'Authorization': DISCORD_BOTS_KEY });
|
.set('Authorization', DISCORD_BOTS_KEY);
|
||||||
const embed = new RichEmbed()
|
const embed = new RichEmbed()
|
||||||
.setColor(0x9797FF)
|
.setColor(0x9797FF)
|
||||||
.setAuthor('Discord Bots', 'https://i.imgur.com/lrKYBQi.jpg')
|
.setAuthor('Discord Bots', 'https://i.imgur.com/lrKYBQi.jpg')
|
||||||
|
|||||||
Reference in New Issue
Block a user