fix: Fixed .ttt and gifted strings

docs: Updated changelog
dev: Updated some packages
This commit is contained in:
Kwoth
2024-05-14 18:36:33 +00:00
parent 869b9d3b9d
commit d51dfa88f1
5 changed files with 12 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ public partial class Games
game = new(Strings, _client, channel, (IGuildUser)ctx.User, options, _sender);
_service.TicTacToeGames.Add(channel.Id, game);
await Response().Confirm(strs.ttt_created).SendAsync();
await Response().Confirm(strs.ttt_created(ctx.User)).SendAsync();
game.OnEnded += _ =>
{