commit | 267563aa1ad4f53342c29cae94ed90d9de1804ac | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Sat Jan 21 17:00:57 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Sat Jan 21 17:00:57 2023 -0500 |
tree | 047a6cb3452af9c17b92d4fa10087842e1098bca | |
parent | 9bc8475c083f61c7e886a7090cb020588316b3e3 [diff] [blame] |
Nucleus stats done / premium started
diff --git a/src/commands/mod/mute.ts b/src/commands/mod/mute.ts index 86291e5..0e080c3 100644 --- a/src/commands/mod/mute.ts +++ b/src/commands/mod/mute.ts
@@ -103,7 +103,7 @@ let component; try { component = await m.awaitMessageComponent({ - filter: (m) => m.user.id === interaction.user.id, + filter: (i) => {return i.user.id === interaction.user.id && i.id === m.id}, time: 300000 }); } catch {