diff --git a/NadekoBot/Modules/Conversations/Conversations.cs b/NadekoBot/Modules/Conversations/Conversations.cs index 9bb9db52..70e01b9c 100644 --- a/NadekoBot/Modules/Conversations/Conversations.cs +++ b/NadekoBot/Modules/Conversations/Conversations.cs @@ -471,7 +471,7 @@ namespace NadekoBot.Modules.Conversations { construct += strings[rng.Next(0, strings.Length)]; } - await e.Channel.SendMessage(construct + "~"); + await e.Channel.SendMessage(construct); }); cgb.CreateCommand("av").Alias("avatar")