Local Storage

This commit is contained in:
Daniel Odendahl Jr
2017-05-13 18:15:37 +00:00
parent 73ad340cb1
commit 82d3c6eeca
37 changed files with 113 additions and 135 deletions
+3 -3
View File
@@ -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) {