fix typo in comment
This commit is contained in:
parent
5b5d15c99c
commit
7ea108a3a1
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue