commit | 1f67504a24a36a169911722c561d2d61ba11e62e | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Thu Feb 16 17:01:29 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Thu Feb 16 17:01:29 2023 -0500 |
tree | ce72d7eb4f53cc46ec3ea0420f1247c98f94ac01 | |
parent | 362c51d71ee909229d8391059cb775b02aadfdec [diff] [blame] |
fixed settings commands, todo's
diff --git a/src/commands/mod/mute.ts b/src/commands/mod/mute.ts index b7c1405..407adf4 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: (i) => {return i.user.id === interaction.user.id && i.id === m.id}, + filter: (i) => {return i.user.id === interaction.user.id && i.channelId === interaction.channelId}, time: 300000 }); } catch {