3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

Apply suggestions from code review

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
Nils 2021-08-15 22:02:18 +02:00 committed by GitHub
parent 04cd1fc0e7
commit 60b70da11a
2 changed files with 3 additions and 3 deletions

View file

@ -183,7 +183,7 @@ export const ModActionsPlugin = zeppelinGuildPlugin<ModActionsPluginType>()({
},
hasMutePermission(pluginData) {
return (member: GuildMember, channelId: string) => {
return (member: GuildMember, channelId: Snowflake) => {
return hasMutePermission(pluginData, member, channelId);
};
},