mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	atl no longer pings if in nodelete mode
This commit is contained in:
		@@ -100,7 +100,8 @@ namespace NadekoBot.Modules.Searches
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                await um.ReplyAsync(embed: embed
 | 
					                await um.ReplyAsync(embed: embed
 | 
				
			||||||
                        .AddField(langs.To, output)
 | 
					                        .AddField(langs.To, output)
 | 
				
			||||||
                    .Build());
 | 
					                        .Build(),
 | 
				
			||||||
 | 
					                    allowedMentions: AllowedMentions.None);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user