mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	Update file JokeCommands.cs
This commit is contained in:
		@@ -39,7 +39,7 @@ public partial class Searches
 | 
				
			|||||||
        [Cmd]
 | 
					        [Cmd]
 | 
				
			||||||
        public async Task MagicItem()
 | 
					        public async Task MagicItem()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            if (!_service.WowJokes.Any())
 | 
					            if (!_service.MagicItems.Any())
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                await ReplyErrorLocalizedAsync(strs.magicitems_not_loaded);
 | 
					                await ReplyErrorLocalizedAsync(strs.magicitems_not_loaded);
 | 
				
			||||||
                return;
 | 
					                return;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user