From 7ea108a3a1da70cc0abb507348928f450fb44b83 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 14 Apr 2025 17:09:30 -0500 Subject: [PATCH] fix typo in comment --- src/webpage/guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/guild.ts b/src/webpage/guild.ts index 9036149..a1d124e 100644 --- a/src/webpage/guild.ts +++ b/src/webpage/guild.ts @@ -463,7 +463,7 @@ class Guild extends SnowFlake { opt.addHTMLArea(img.cloneNode(true) as HTMLElement); opt.addText(ban.user.username); if (ban.reason) opt.addText(I18n.guild.banReason(ban.reason)); - //FIXME the API sends back the wrong responce, so I don't have this info + //FIXME the API sends back the wrong response, so I don't have this info /* const moreInfo = (await ( await fetch(this.info.api + "/guilds/" + this.id + "/bans/" + ban.user.id, {