diff options
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index cf42568e5..eeeb5fb34 100644 --- a/config-default.yml +++ b/config-default.yml @@ -7,6 +7,10 @@ bot: tags: 60 emojis: + defcon_disabled: "<:defcondisabled:470326273952972810>" + defcon_enabled: "<:defconenabled:470326274213150730>" + defcon_updated: "<:defconsettingsupdated:470326274082996224>" + green_chevron: "<:greenchevron:418104310329769993>" red_chevron: "<:redchevron:418112778184818698>" white_chevron: "<:whitechevron:418110396973711363>" @@ -20,6 +24,11 @@ bot: crown_green: "https://cdn.discordapp.com/emojis/469964154719961088.png" crown_red: "https://cdn.discordapp.com/emojis/469964154879344640.png" + defcon_denied: "https://cdn.discordapp.com/emojis/472475292078964738.png" + defcon_disabled: "https://cdn.discordapp.com/emojis/470326273952972810.png" + defcon_enabled: "https://cdn.discordapp.com/emojis/470326274213150730.png" + defcon_updated: "https://cdn.discordapp.com/emojis/472472638342561793.png" + guild_update: "https://cdn.discordapp.com/emojis/469954765141442561.png" hash_blurple: "https://cdn.discordapp.com/emojis/469950142942806017.png" @@ -27,8 +36,8 @@ bot: hash_red: "https://cdn.discordapp.com/emojis/469950145413251072.png" message_bulk_delete: "https://cdn.discordapp.com/emojis/469952898994929668.png" - message_delete: "https://cdn.discordapp.com/emojis/469952898516779008.png" - message_edit: "https://cdn.discordapp.com/emojis/469952898143485972.png" + message_delete: "https://cdn.discordapp.com/emojis/472472641320648704.png" + message_edit: "https://cdn.discordapp.com/emojis/472472638976163870.png" sign_in: "https://cdn.discordapp.com/emojis/469952898181234698.png" sign_out: "https://cdn.discordapp.com/emojis/469952898089091082.png" @@ -166,3 +175,4 @@ urls: bot_avatar: "https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png" gitlab_bot_repo: "https://gitlab.com/python-discord/projects/bot" omdb: "http://omdbapi.com" + paste_service: "https://paste.pydis.com/{key}" |