diff options
| author | 2021-02-13 08:19:48 +0200 | |
|---|---|---|
| committer | 2021-02-13 08:19:48 +0200 | |
| commit | fc8e1e9b55a6134b5f5835b67127519d57f096df (patch) | |
| tree | caf73eb32224a6d8b2c943713ca1847072479316 /config-default.yml | |
| parent | Merge pull request #1398 from anand2312/patch-1 (diff) | |
| parent | Taking only the first line of multiline fields. (diff) | |
Merge pull request #1416 from python-discord/pypi-command
Creation of the PyPi command.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index d7415c821..25bbcc3c5 100644 --- a/config-default.yml +++ b/config-default.yml @@ -24,13 +24,16 @@ bot: style: colours: + blue: 0x3775a8 bright_green: 0x01d277 - soft_green: 0x68c290 - soft_orange: 0xf9cb54 - soft_red: 0xcd6d6d orange: 0xe67e22 pink: 0xcf84e0 purple: 0xb734eb + soft_green: 0x68c290 + soft_orange: 0xf9cb54 + soft_red: 0xcd6d6d + white: 0xfffffe + yellow: 0xffd241 emojis: badge_bug_hunter: "<:bug_hunter_lvl1:743882896372269137>" |