Last time

This commit is contained in:
Daniel Odendahl Jr
2017-09-11 18:08:19 +00:00
parent a01399d175
commit bc38d33216
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports = class SteamNowPlayingCommand extends Command {
ctx.fillStyle = '#90ba3c';
ctx.font = '10px Roboto';
ctx.fillText(member.displayName, 63, 26);
ctx.fillText(shorten(game, 25), 63, 54);
ctx.fillText(shorten(game, 35), 63, 54);
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'steam-now-playing.png' }] });
} catch (err) {
return msg.say(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);