Properly log errors when adding a role emoji
This commit is contained in:
parent
b7b4a600cd
commit
8dd914e012
1 changed files with 1 additions and 2 deletions
|
@ -196,8 +196,7 @@ namespace Geekbot.net.Commands.Admin
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
await Context.Channel.SendMessageAsync("Something went wrong... please try again on a new message");
|
await _errorHandler.HandleCommandException(e, Context);
|
||||||
Console.WriteLine(e);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue