From bc38d332169a884867a2395b8a34e3b68d1205e5 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 11 Sep 2017 18:08:19 +0000 Subject: [PATCH] Last time --- commands/avatar-edit/steam-now-playing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avatar-edit/steam-now-playing.js b/commands/avatar-edit/steam-now-playing.js index 3c11bd3d..ba6c2b95 100644 --- a/commands/avatar-edit/steam-now-playing.js +++ b/commands/avatar-edit/steam-now-playing.js @@ -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!`);