mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 13:55:03 +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
|
@ -19,6 +19,8 @@ const defaultOptions = {
|
|||
case_log_channel: null,
|
||||
show_relative_times: true,
|
||||
relative_time_cutoff: "7d",
|
||||
case_colors: null,
|
||||
case_icons: null,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue