blob: eb0f86d2fcb5bb12490dd7ba556c97ffcf11acab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
bot:
help_prefix: 'bot.'
token: !REQUIRED_ENV 'BOT_TOKEN'
cooldowns:
# Per channel, per tag.
tags: 60
emojis:
green_chevron: '<:greenchevron:418104310329769993>'
red_chevron: '<:redchevron:418112778184818698>'
white_chevron: '<:whitechevron:418110396973711363>'
guild:
id: 267624335836053506
channels:
bot: 267659945086812160
help0: 303906576991780866
help1: 303906556754395136
help2: 303906514266226689
help3: 439702951246692352
help4: 451312046647148554
python: 267624335836053506
devlog: 409308876241108992
devtest: 414574275865870337
verification: 352442727016693763
checkpoint_test: 422077681434099723
helpers: 385474242440986624
modlog: 282638479504965634
roles:
admin: 267628507062992896
moderator: 267629731250176001
verified: 352427296948486144
owner: 267627879762755584
devops: 409416496733880320
contributor: 295488872404484098
jammer: 423054537079783434
champion: 430492892331769857
keys:
deploy_bot: !ENV 'DEPLOY_BOT_KEY'
deploy_site: !ENV 'DEPLOY_SITE'
site_api: !ENV 'BOT_API_KEY'
youtube: !ENV 'YOUTUBE_API_KEY'
omdb: !ENV 'OMDB_API_KEY'
clickup:
space: 757069
team: 754996
key: !ENV 'CLICKUP_KEY'
rabbitmq:
host: "pdrmq"
port: 5672
username: !ENV "RABBITMQ_DEFAULT_USER"
password: !ENV "RABBITMQ_DEFAULT_PASS"
urls:
deploy: !ENV 'DEPLOY_URL'
status: !ENV 'STATUS_URL'
site: 'pythondiscord.com'
site_hiphopify_api: 'https://api.pythondiscord.com/bot/hiphopify'
site_docs_api: 'https://api.pythondiscord.com/bot/docs'
site_tags_api: 'https://api.pythondiscord.com/bot/tags'
site_user_api: 'https://api.pythondiscord.com/bot/users'
site_quiz_api: 'https://api.pythondiscord.com/bot/snake_quiz'
site_facts_api: 'https://api.pythondiscord.com/bot/snake_facts'
site_names_api: 'https://api.pythondiscord.com/bot/snake_names'
site_idioms_api: 'https://api.pythondiscord.com/bot/snake_idioms'
site_special_api: 'https://api.pythondiscord.com/bot/special_snakes'
gitlab_bot_repo: 'https://gitlab.com/discord-python/projects/bot'
bot_avatar: 'https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png'
omdb: 'http://omdbapi.com'
|