diff options
| author | 2019-12-20 21:26:46 -0800 | |
|---|---|---|
| committer | 2020-02-12 10:07:44 -0800 | |
| commit | e980dab7aa7e2fb6a402b452a376bf94f899989d (patch) | |
| tree | db0e9299d583d09a030b9e764b1012a0ab396a10 | |
| parent | Use wait_until_guild_available instead of wait_until_ready (diff) | |
Constants: add dev-core channel and check mark emoji
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 2 | ||||
| -rw-r--r-- | config-default.yml | 2 | 
2 files changed, 4 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index fe8e57322..6279388de 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -263,6 +263,7 @@ class Emojis(metaclass=YAMLGetter):      new: str      pencil: str      cross_mark: str +    check_mark: str      ducky_yellow: int      ducky_blurple: int @@ -365,6 +366,7 @@ class Channels(metaclass=YAMLGetter):      bot: int      checkpoint_test: int      defcon: int +    devcore: int      devlog: int      devtest: int      esoteric: int diff --git a/config-default.yml b/config-default.yml index fda14b511..74dcc1862 100644 --- a/config-default.yml +++ b/config-default.yml @@ -34,6 +34,7 @@ style:          pencil:     "\u270F"          new:        "\U0001F195"          cross_mark: "\u274C" +        check_mark: "\u2705"          ducky_yellow:   &DUCKY_YELLOW   574951975574175744          ducky_blurple:  &DUCKY_BLURPLE  574951975310065675 @@ -121,6 +122,7 @@ guild:          bot:                              267659945086812160          checkpoint_test:                  422077681434099723          defcon:            &DEFCON        464469101889454091 +        devcore:                          411200599653351425          devlog:            &DEVLOG        622895325144940554          devtest:           &DEVTEST       414574275865870337          esoteric:                         470884583684964352  |