fix: fixed quoteshow and quoteid commands not working

This commit is contained in:
Kwoth
2024-08-30 05:18:10 +00:00
parent 2d16ecf6de
commit e56190e9da
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ public sealed class QuoteService : IQuoteService, INService
return count;
}
public async Task<Quote?> GetQuoteByIdAsync(ulong guildId, kwum quoteId)
public async Task<Quote?> GetQuoteByIdAsync(ulong guildId, int quoteId)
{
await using var uow = _db.GetDbContext();