Update QuoteCommands.cs
This commit is contained in:
		@@ -105,7 +105,7 @@ namespace NadekoBot.Modules.Utility
 | 
				
			|||||||
            [RequireContext(ContextType.Guild)]
 | 
					            [RequireContext(ContextType.Guild)]
 | 
				
			||||||
            public async Task QuoteId(int id)
 | 
					            public async Task QuoteId(int id)
 | 
				
			||||||
            {  
 | 
					            {  
 | 
				
			||||||
                if (id < 0 || id > Int32.MaxValue)
 | 
					                if (id < 0)
 | 
				
			||||||
                    return;
 | 
					                    return;
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
                using (var uow = DbHandler.UnitOfWork())
 | 
					                using (var uow = DbHandler.UnitOfWork())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user