Update Credit, Remove Dead Links

This commit is contained in:
lilyissillyyy
2025-09-13 00:02:49 -04:00
parent eb6158ac25
commit c6ce76343d
90 changed files with 88 additions and 669 deletions
+1
View File
@@ -111,6 +111,7 @@ module.exports = class UndertaleCommand extends Command {
ctx.font = this.client.fonts.get(font).toCanvasString(32);
ctx.fillStyle = 'white';
ctx.textBaseline = 'top';
if (character === 'temmie') quote = this.client.registry.commands.get('temmie').temmize(quote);
const text = wrapText(ctx, quote, 385);
const lines = text.length > 3 ? 3 : text.length;
for (let i = 0; i < lines; i++) {