cleverbot change for public bot, role changes now show time

This commit is contained in:
Kwoth
2017-01-08 12:42:48 +01:00
parent 1c46d04421
commit ca0a16d813
3 changed files with 10 additions and 4 deletions

View File

@@ -293,7 +293,7 @@ namespace NadekoBot.Modules.Administration
}
else
return;
try { await logChannel.SendMessageAsync("🕔`{prettyCurrentTime}` " + str).ConfigureAwait(false); } catch (Exception ex) { _log.Warn(ex); }
try { await logChannel.SendMessageAsync($"🕔`{prettyCurrentTime}` " + str).ConfigureAwait(false); } catch (Exception ex) { _log.Warn(ex); }
}
catch (Exception ex) { _log.Warn(ex); }
}