Tsubaki, Native Image Reading

This commit is contained in:
Daniel Odendahl Jr
2017-05-12 20:25:17 +00:00
parent c097781db4
commit 13c0acdb59
37 changed files with 59 additions and 74 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class WattpadCommand extends Command {
if (!body.stories.length) throw new Error('No Results.');
const embed = new RichEmbed()
.setColor(0xF89C34)
.setAuthor('Wattpad', 'https://i.imgur.com/Rw9vRQB.png')
.setAuthor('Wattpad')
.setURL(body.stories[0].url)
.setTitle(body.stories[0].title)
.setDescription(body.stories[0].description.substr(0, 2000))