chore(backend): update dependencies
This commit is contained in:
parent
db3e6fa7b0
commit
cb43ac1a50
8 changed files with 21 additions and 64 deletions
|
|
@ -77,7 +77,7 @@ public class MessageCreateResponder(
|
|||
return Result.Success;
|
||||
}
|
||||
|
||||
await messageRepository.SaveMessageAsync(msg, ct);
|
||||
await messageRepository.SaveMessageAsync(msg, msg.GuildID, ct);
|
||||
return Result.Success;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue