3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +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 1c8a223264
commit 99c8dbabb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);
};
},