diff options
| author | 2019-01-14 20:05:17 +0100 | |
|---|---|---|
| committer | 2019-01-14 20:05:17 +0100 | |
| commit | 07e455a9bb1ef405c30db6ac0c4a88efc91471c5 (patch) | |
| tree | 80efbb2dc1ff490a39e95c146d0ab7f2ddaf8399 | |
| parent | Merge pull request #215 from python-discord/user_command_improvements (diff) | |
| parent | Merge branch 'master' into fix-bb-emoji (diff) | |
Merge pull request #256 from python-discord/fix-bb-emoji
Fix bbmessage emoji pointing to incorrect ID
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index bb49a46e1..b6427b489 100644 --- a/config-default.yml +++ b/config-default.yml @@ -25,7 +25,7 @@ style: green_chevron: "<:greenchevron:418104310329769993>" red_chevron: "<:redchevron:418112778184818698>" white_chevron: "<:whitechevron:418110396973711363>" - bb_message: "<:bbmessage:472476937504423936>" + bb_message: "<:bbmessage:476273120999636992>" status_online: "<:status_online:470326272351010816>" status_idle: "<:status_idle:470326266625785866>" |