diff options
| author | 2018-09-13 13:05:45 -0500 | |
|---|---|---|
| committer | 2018-09-13 13:05:45 -0500 | |
| commit | 023ca2d08532e6450e071a5724bb2a056d3b3681 (patch) | |
| tree | 8f0479337b6c4bd8ff1aadc0976c3efc44e619e1 /config-default.yml | |
| parent | - Changed variable name from bad_ticks to has_bad_ticks (diff) | |
- Broke up "has_fixed_codeblock" up for clarity.
- Changed loop variables for clarity
- Corrected implementation of emoji
- Changed emoji name from "x" to "cross_mark" for clarity
Signed-off-by: Daniel Brown <[email protected]>
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index ed5394b6b..c72fc2231 100644 --- a/config-default.yml +++ b/config-default.yml @@ -31,9 +31,10 @@ style: status_dnd: "<:status_dnd:470326272082313216>" status_offline: "<:status_offline:470326266537705472>" - bullet: "\u2022" - pencil: "\u270F" - new: "\U0001F195" + bullet: "\u2022" + pencil: "\u270F" + new: "\U0001F195" + cross_mark: "\u274C" icons: crown_blurple: "https://cdn.discordapp.com/emojis/469964153289965568.png" |