bot: help_prefix: "bot." token: !REQUIRED_ENV "BOT_TOKEN" cooldowns: # Per channel, per tag. 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>" lemoneye2: "<:lemoneye2:435193765582340098>" pencil: "\u270F" new: "\U0001F195" icons: crown_blurple: "https://cdn.discordapp.com/emojis/469964153289965568.png" 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" hash_green: "https://cdn.discordapp.com/emojis/469950144918585344.png" 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/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" user_ban: "https://cdn.discordapp.com/emojis/469952898026045441.png" user_unban: "https://cdn.discordapp.com/emojis/469952898692808704.png" user_update: "https://cdn.discordapp.com/emojis/469952898684551168.png" guild: id: 267624335836053506 channels: admins: &ADMINS 365960823622991872 announcements: 354619224620138496 big_brother_logs: 468507907357409333 bot: 267659945086812160 checkpoint_test: 422077681434099723 devalerts: 460181980097675264 devlog: 409308876241108992 devtest: 414574275865870337 help_0: 303906576991780866 help_1: 303906556754395136 help_2: 303906514266226689 help_3: 439702951246692352 help_4: 451312046647148554 help_5: 454941769734422538 helpers: 385474242440986624 message_log: &MESSAGE_LOG 467752170159079424 modlog: &MODLOG 282638479504965634 off_topic_0: 291284109232308226 off_topic_1: 463035241142026251 off_topic_2: 463035268514185226 python: 267624335836053506 verification: 352442727016693763 ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG] roles: admin: 267628507062992896 announcements: 463658397560995840 champion: 430492892331769857 contributor: 295488872404484098 devops: 409416496733880320 jammer: 423054537079783434 moderator: 267629731250176001 owner: 267627879762755584 verified: 352427296948486144 helpers: 267630620367257601 muted: 0 keys: deploy_bot: !ENV "DEPLOY_BOT_KEY" deploy_site: !ENV "DEPLOY_SITE" omdb: !ENV "OMDB_API_KEY" site_api: !ENV "BOT_API_KEY" youtube: !ENV "YOUTUBE_API_KEY" clickup: key: !ENV "CLICKUP_KEY" space: 757069 team: 754996 rabbitmq: host: "pdrmq" password: !ENV ["RABBITMQ_DEFAULT_PASS", "guest"] port: 5672 username: !ENV ["RABBITMQ_DEFAULT_USER", "guest"] urls: # PyDis site vars site: &DOMAIN "api.pythondiscord.com" site_schema: &SCHEMA "https://" site_bigbrother_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/bigbrother"] site_docs_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/docs"] site_facts_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/snake_facts"] site_hiphopify_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/hiphopify"] site_idioms_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/snake_idioms"] site_names_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/snake_names"] site_off_topic_names_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/off-topic-names"] site_quiz_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/snake_quiz"] site_settings_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/settings"] site_special_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/special_snakes"] site_tags_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/tags"] site_user_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/users"] site_user_complete_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/users/complete"] site_infractions: !JOIN [*SCHEMA, *DOMAIN, "/bot/infractions"] site_infractions_user: !JOIN [*SCHEMA, *DOMAIN, "/bot/infractions/user/{user_id}"] site_infractions_type: !JOIN [*SCHEMA, *DOMAIN, "/bot/infractions/type/{infraction_type}"] site_infractions_by_id: !JOIN [*SCHEMA, *DOMAIN, "/bot/infractions/id/{infraction_id}"] site_infractions_user_type_current: !JOIN [*SCHEMA, *DOMAIN, "/bot/infractions/user/{user_id}/{infraction_type}/current"] # Env vars deploy: !ENV "DEPLOY_URL" status: !ENV "STATUS_URL" # Misc 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}"