Fix Evolve

This commit is contained in:
Daniel Odendahl Jr
2017-07-28 15:23:15 +00:00
parent 6f9060b07b
commit e305180781
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class EvolveCommand extends Command {
const { user } = args;
return msg.say(stripIndents`
**${user.username}** *is evolving!*
https://i.imgur.com/7bh8hoX.gif
https://i.imgur.com/gkdDk4P.gif
`);
}
};