From 5eba6089626dddf99660d8f8d6a291c8ae0e4d17 Mon Sep 17 00:00:00 2001 From: Lan <50151341+Lannnnnnnnn@users.noreply.github.com> Date: Sat, 26 Feb 2022 21:35:28 +0200 Subject: [PATCH] fixed nick change literally just made it do the thing before posting the message --- Kehyeedra3/Commands/Stuff.cs | 2 +- Kehyeedra3/Kehyeedra3.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Kehyeedra3/Commands/Stuff.cs b/Kehyeedra3/Commands/Stuff.cs index b95afa7..c2afe3e 100644 --- a/Kehyeedra3/Commands/Stuff.cs +++ b/Kehyeedra3/Commands/Stuff.cs @@ -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 diff --git a/Kehyeedra3/Kehyeedra3.csproj b/Kehyeedra3/Kehyeedra3.csproj index 089b73f..5eb8cf1 100644 --- a/Kehyeedra3/Kehyeedra3.csproj +++ b/Kehyeedra3/Kehyeedra3.csproj @@ -14,7 +14,6 @@ - all