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/purge.ts b/src/commands/mod/purge.ts index ff69079..dadab04 100644 --- a/src/commands/mod/purge.ts +++ b/src/commands/mod/purge.ts
@@ -101,8 +101,7 @@ let component; try { component = m.awaitMessageComponent({ - filter: (i) => - i.user.id === interaction.user.id && i.channel!.id === interaction.channel!.id, + filter: (i) => i.user.id === interaction.user.id && i.channel!.id === interaction.channel!.id, time: 300000 }); } catch (e) {