diff --git a/commands/edit-meme/phoebe-teaching-joey.js b/commands/edit-meme/phoebe-teaching-joey.js index 1eff01d8..1e56546e 100644 --- a/commands/edit-meme/phoebe-teaching-joey.js +++ b/commands/edit-meme/phoebe-teaching-joey.js @@ -76,7 +76,7 @@ module.exports = class PhoebeTeachingJoeyCommand extends Command { ctx.drawImage(base, 0, 0); ctx.fillStyle = 'white'; ctx.strokeStyle = 'black'; - ctx.lineWidth = 10; + ctx.lineWidth = 5; ctx.textBaseline = 'top'; ctx.textAlign = 'center'; let i = 0;