mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	PermRole should deny messages in threads too, closes #407
This commit is contained in:
		@@ -19,6 +19,7 @@ public class MuteService : INService
 | 
			
		||||
 | 
			
		||||
    private static readonly OverwritePermissions _denyOverwrite = new(addReactions: PermValue.Deny,
 | 
			
		||||
        sendMessages: PermValue.Deny,
 | 
			
		||||
        sendMessagesInThreads: PermValue.Deny,
 | 
			
		||||
        attachFiles: PermValue.Deny);
 | 
			
		||||
 | 
			
		||||
    public event Action<IGuildUser, IUser, MuteType, string> UserMuted = delegate { };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user