-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
58 lines (58 loc) · 2.2 KB
/
config.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
54
55
56
57
58
medgelabs:
channelId: 62232210
nick: medgelabs
secretStore: env
cacheType: file
greeter:
enabled: true
cache:
expirationTime: 43200 # 12 hours
messageFormat: "Welcome to the lab, @{{.Sender}}!"
raids:
enabled: true
delaySeconds: 2
messageFormat: "!so @{{.Sender}}"
bits:
enabled: true
messageFormat: "@{{.Sender}} gave {{.Amount}} hours of research to the Lab!"
subs:
enabled: true
messageFormat: "Thank you for {{.Amount}} months in the Lab, @{{.Sender}}!"
giftsubs:
enabled: true
messageFormat: "@{{.Sender}} loaned their lab coat to @{{.Recipient}}!"
polls:
enabled: true
channelPoints:
enabled: false
mappings:
- title: "Waste your Points"
type: "response"
messageFormat: "Thanks for donating your credits to the Lab Bots!"
commands:
enabled: true
known:
- prefix: "!hello"
message: "WORLD"
- prefix: "!lurk"
message: "@{{.Sender}} went to hang out with the Lab Bots!"
- prefix: "!sorcery"
aliasFor: "!so @Sorcerbee"
- prefix: "!spooky"
aliasFor: "!so @SpookyGhostMachine"
- prefix: "!rhad"
aliasFor: "!so @rhadamant5186"
- prefix: "!gear"
message: "vim + coc for completion. OLKB Preonic keyboard with Kailh Brown switches. Logitech MX Master 3 mouse. Yeti Blue on a Blue Boom stand. Logitech C930 camera. All connected to 2018 Mac Mini. Pure OBS for streaming setup. Backdrops by the lovely @Sorcerbee!"
- prefix: "!project"
message: "Twitch Chat Bot in Golang! https://github.com/medgelabs/stream-bot"
- prefix: "!painting"
message: "Painting behind me! https://images-na.ssl-images-amazon.com/images/I/71mrBmaxslL._AC_SL1063_.jpg"
- prefix: "!discord"
message: "Feel free to join the Lab Discord! https://discord.gg/2r7MfhJqwE"
- prefix: "!dotfiles"
message: "https://github.com/MatthewEdge/dotfiles"
- prefix: "!music"
message: "Most music comes from the Youtube Audio Library! https://www.youtube.com/audiolibrary/music?nv=1"
- prefix: "!youtube"
message: "All VODs and short clips uploaded here: https://www.youtube.com/channel/UCUs6vGh-0WWS3GY4K-kI4CQ"