mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Add case icons. Clean up !cases. Allow customizing case colors and icons.
This commit is contained in:
parent
ad24d166ce
commit
131a79ffd4
24 changed files with 138 additions and 22 deletions
|
@ -56,7 +56,7 @@ export const PostEmbedCmd = postCmd({
|
|||
try {
|
||||
parsed = JSON.parse(content);
|
||||
} catch (e) {
|
||||
sendErrorMessage(pluginData, msg.channel, "Syntax error in embed JSON");
|
||||
sendErrorMessage(pluginData, msg.channel, `Syntax error in embed JSON: ${e.message}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue