abala update

This commit is contained in:
Master Kwoth 2016-04-15 01:00:10 +02:00
parent 70791ebe7f
commit cf2fcc4dcd

View File

@ -471,7 +471,7 @@ namespace NadekoBot.Modules.Conversations
{ {
construct += strings[rng.Next(0, strings.Length)]; construct += strings[rng.Next(0, strings.Length)];
} }
await e.Channel.SendMessage(construct + "~"); await e.Channel.SendMessage(construct);
}); });
cgb.CreateCommand("av").Alias("avatar") cgb.CreateCommand("av").Alias("avatar")