mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
fix: fixed quoteshow and quoteid commands not working
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user