Update VoicePlusTextCommands.cs

- added  to .cv+t
This commit is contained in:
samvaio 2016-11-22 18:31:22 +05:30 committed by GitHub
parent 3e5a7defea
commit cb6089ca26

View File

@ -183,7 +183,7 @@ namespace NadekoBot.Modules.Administration
await Task.Delay(500); await Task.Delay(500);
} }
await channel.SendMessageAsync("`Done.`").ConfigureAwait(false); await channel.SendMessageAsync("✅ Done.").ConfigureAwait(false);
} }
} }
} }