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
@@ -32,7 +32,7 @@ module.exports = class OsuCommand extends Command {
if (!body.length) throw new Error('No Results.');
const embed = new RichEmbed()
.setColor(0xFF66AA)
.setAuthor('osu!', 'https://i.imgur.com/EmnUp00.png')
.setAuthor('osu!')
.setURL('https://osu.ppy.sh/')
.addField('**Username:**',
body[0].username, true)