mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Split dangerous commands into cleanup commands for each module they belong to
This commit is contained in:
		@@ -0,0 +1,10 @@
 | 
			
		||||
#nullable disable
 | 
			
		||||
namespace NadekoBot.Services.Database.Models;
 | 
			
		||||
 | 
			
		||||
public class WaifuItem : DbEntity
 | 
			
		||||
{
 | 
			
		||||
    public WaifuInfo WaifuInfo { get; set; }
 | 
			
		||||
    public int? WaifuInfoId { get; set; }
 | 
			
		||||
    public string ItemEmoji { get; set; }
 | 
			
		||||
    public string Name { get; set; }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user