commit | 1e462ab654c6df6416a5fbb257172a8341f29408 | [log] [tgz] |
---|---|---|
author | pineafan <ash@pinea.dev> | Tue Mar 07 21:34:06 2023 +0000 |
committer | pineafan <ash@pinea.dev> | Tue Mar 07 21:34:06 2023 +0000 |
tree | d40938ebfa243179f386b06b30b739611585a7ae | |
parent | 6de4da59ed1f7ad54150b453a67c94eb155c0254 [diff] [blame] |
Fixed typing
diff --git a/src/commands/mod/kick.ts b/src/commands/mod/kick.ts index 4d325a2..4ef78c8 100644 --- a/src/commands/mod/kick.ts +++ b/src/commands/mod/kick.ts
@@ -103,12 +103,7 @@ new ButtonBuilder() .setStyle(ButtonStyle.Link) .setLabel(config.moderation.kick.text) - .setURL( - config.moderation.kick.link.replaceAll( - "{id}", - member.id - ) - ) + .setURL(config.moderation.kick.link.replaceAll("{id}", member.id)) ) ); }