Update QuoteCommands.cs
This commit is contained in:
parent
c214eb0faf
commit
43d8f1997a
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user