-
Notifications
You must be signed in to change notification settings - Fork 3
/
example_sandwich.yaml
53 lines (53 loc) · 1.21 KB
/
example_sandwich.yaml
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
identify:
url: "http://127.0.0.1:5000/identify"
headers:
TEST: TEST
producer:
type: jetstream
configuration:
address: 127.0.0.1:4222
channel: sandwich
cluster: cluster
http:
oauth:
clientid: ""
clientsecret: ""
endpoint:
authurl: https://discord.com/api/oauth2/authorize?prompt=none
tokenurl: https://discord.com/api/oauth2/token
redirecturl: http://127.0.0.1:14999/callback
scopes:
- identify
- email
user_access:
- "143090142360371200"
webhooks:
managers:
- identifier: welcomer_beta
producer_identifier: welcomer
friendly_name: Welcomer Beta
token: TOKEN
auto_start: false
bot:
default_presence:
since: null
activities: []
status: ""
afk: false
intents: 32511
chunk_guilds_on_startup: false
caching:
cache_users: true
cache_members: true
store_mutuals: true
events:
event_blacklist: []
produce_blacklist: []
messaging:
client_name: welcomerBeta
channel_name: sandwich
use_random_suffix: true
sharding:
auto_sharded: false
shard_count: 4
shard_ids: "0-3"