mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Local Storage
This commit is contained in:
@@ -35,11 +35,11 @@ module.exports = class BotSearchCommand extends Command {
|
||||
.setTitle(body.name)
|
||||
.setURL(`https://bots.discord.pw/bots/${bot.id}`)
|
||||
.setDescription(body.description)
|
||||
.addField('**Library:**',
|
||||
.addField('Library',
|
||||
body.library, true)
|
||||
.addField('**Invite:**',
|
||||
.addField('Invite',
|
||||
`[Here](${body.invite_url})`, true)
|
||||
.addField('**Prefix:**',
|
||||
.addField('Prefix',
|
||||
body.prefix, true);
|
||||
return msg.embed(embed);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user