Fix the bot
This commit is contained in:
parent
4920ed431e
commit
f37290d867
2 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ namespace Bot.WebHookServer
|
|||
|
||||
}catch(Exception e)
|
||||
{
|
||||
BotSession.Instance.MHE(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Error: Program could not escalate to Admin Privileges. WebHook engine not running");
|
||||
BotSession.Instance.MHE(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Error: Program could not escalate to Admin Privileges. WebHook engine not running\n\n"+e.Message+"\n"+e.StackTrace);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue