fixed nick change

literally just made it do the thing before posting the message
This commit is contained in:
Lan
2022-02-26 21:35:28 +02:00
parent bb9a95a658
commit 5eba608962
2 changed files with 1 additions and 2 deletions

View File

@@ -400,8 +400,8 @@ namespace Kehyeedra3.Commands
}
else
{
await Context.Channel.SendMessageAsync($"{Context.User.Mention}\nLet's fucking goooo");
await usr.ModifyAsync(x => x.Nickname = $"{name}");
await Context.Channel.SendMessageAsync($"{Context.User.Mention}\nLet's fucking goooo");
}
}
else