diff --git a/commands/edit-image/snapchat.js b/commands/edit-image/snapchat.js index dac3b0ca..8f26baf8 100644 --- a/commands/edit-image/snapchat.js +++ b/commands/edit-image/snapchat.js @@ -52,7 +52,6 @@ module.exports = class SnapchatCommand extends Command { const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); ctx.textAlign = 'center'; - ctx.textBaseline = 'top'; ctx.font = this.client.fonts.get('Noto-Regular.ttf').toCanvasString(base.height / 24); const barHeight = (base.height / 24) * 2; const barPosition = base.height - (base.height / 3);