diff options
author | 2021-05-16 21:40:37 +0200 | |
---|---|---|
committer | 2021-05-16 21:40:37 +0200 | |
commit | e4ef23a63a7301b1aa4facefb70a971fdba90aa7 (patch) | |
tree | c4bb584990f6013acb28e926617e50833c297cbd | |
parent | Merge pull request #1549 from python-discord/nomination-archive-automation (diff) |
Constants: use in-server emojis for incident
The default config is currently referencing the emoji server versions, making it unable to work with the nomination archive automation
-rw-r--r-- | config-default.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index 30626c811..394c51c26 100644 --- a/config-default.yml +++ b/config-default.yml @@ -56,9 +56,9 @@ style: failmail: "<:failmail:633660039931887616>" - incident_actioned: "<:incident_actioned:719645530128646266>" - incident_investigating: "<:incident_investigating:719645658671480924>" - incident_unactioned: "<:incident_unactioned:719645583245180960>" + incident_actioned: "<:incident_actioned:714221559279255583>" + incident_investigating: "<:incident_investigating:714224190928191551>" + incident_unactioned: "<:incident_unactioned:714223099645526026>" status_dnd: "<:status_dnd:470326272082313216>" status_idle: "<:status_idle:470326266625785866>" |