two changes
- 🆙 **Migration done.** - ⚠️ **Error while migrating, check `logs` for more informations.**
This commit is contained in:
		| @@ -54,12 +54,12 @@ namespace NadekoBot.Modules.Administration | ||||
|                                 break; | ||||
|                         } | ||||
|                     } | ||||
|                     await umsg.Channel.SendMessageAsync("Migration done.").ConfigureAwait(false); | ||||
|                     await umsg.Channel.SendMessageAsync("🆙 **Migration done.**").ConfigureAwait(false); | ||||
|                 } | ||||
|                 catch (Exception ex) | ||||
|                 { | ||||
|                     _log.Error(ex); | ||||
|                     await umsg.Channel.SendMessageAsync(":warning: Error while migrating, check logs for more informations.").ConfigureAwait(false); | ||||
|                     await umsg.Channel.SendMessageAsync("⚠️ **Error while migrating, check `logs` for more informations.**").ConfigureAwait(false); | ||||
|                 } | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user