can finally commit more helpful example config
This commit is contained in:
parent
96bc25234e
commit
2c893926c3
@ -1,16 +1,48 @@
|
|||||||
[hello]
|
|
||||||
|
|
||||||
[hello-dave]
|
|
||||||
type = "hello"
|
|
||||||
name = "Dave"
|
|
||||||
|
|
||||||
[hello-fred]
|
|
||||||
type = "hello"
|
|
||||||
name = "Fred"
|
|
||||||
|
|
||||||
[discord]
|
[discord]
|
||||||
token = "MjgwNTYxNjUyOTM4ODMzOTIw.C4QQmw.0VO9PBBolmMyr4rreAL6VSkUut8"
|
token = "your token here"
|
||||||
|
|
||||||
[stdin]
|
[stdin]
|
||||||
|
|
||||||
[echo]
|
[echo]
|
||||||
|
prefix = "?echo"
|
||||||
|
|
||||||
|
[no]
|
||||||
|
type = "random"
|
||||||
|
prefix = "?no"
|
||||||
|
responses = [
|
||||||
|
"https://www.youtube.com/watch?v=WWaLxFIVX1s", # Darth Vader
|
||||||
|
"https://www.youtube.com/watch?v=Hwz7YN1AQmQ", # Mario
|
||||||
|
"https://www.youtube.com/watch?v=O-ycQlfOqyY", # Dr. Robotnik
|
||||||
|
"https://www.youtube.com/watch?v=FSWiMoO8zNE", # Luke Skywalker
|
||||||
|
"https://www.youtube.com/watch?v=31g0YE61PLQ", # Michael Scott
|
||||||
|
"https://www.youtube.com/watch?v=xFGfWrJR5Ck", # Captain Picard
|
||||||
|
"https://www.youtube.com/watch?v=gvdf5n-zI14", # Nope.avi
|
||||||
|
"https://www.youtube.com/watch?v=2HJxya0CWco", # Dr. Evil
|
||||||
|
"https://www.youtube.com/watch?v=HIAql1AfSSU", # Finn the Human
|
||||||
|
"https://www.youtube.com/watch?v=4LSJJeR6MEU", # Trunks
|
||||||
|
"https://www.youtube.com/watch?v=6h7clHdeg6g", # Vegeta
|
||||||
|
"https://www.youtube.com/watch?v=cYTzynLuEuk", # Freakazoid
|
||||||
|
"https://www.youtube.com/watch?v=6BoVUpSsA1A", # Ganon
|
||||||
|
"https://www.youtube.com/watch?v=Oz7b7uYG0pk", # Robbie Rotten's Clone/Brother (We Are #1)
|
||||||
|
"https://www.youtube.com/watch?v=iabC7-9YUG4", # Cleveland Brown
|
||||||
|
"https://www.youtube.com/watch?v=iGLh9hRmRcM", # Homer Simpson
|
||||||
|
"https://www.youtube.com/watch?v=zfbK_dbsCu0", # Nathan Explosion
|
||||||
|
"https://www.youtube.com/watch?v=WfpyGyb1J4I", # Eric Cartman
|
||||||
|
"https://www.youtube.com/watch?v=wOxt9PoJNkg", # Nostalgia Critic
|
||||||
|
]
|
||||||
|
|
||||||
|
[yes]
|
||||||
|
type = "random"
|
||||||
|
prefix = "?yes"
|
||||||
|
responses = [
|
||||||
|
"https://www.youtube.com/watch?v=JPVaDaynNKM", # Captain Falcon
|
||||||
|
"https://www.youtube.com/watch?v=P3ALwKeSEYs", # M. Bison
|
||||||
|
"https://www.youtube.com/watch?v=FJbmB9k2Y88", # Daniel Bryan
|
||||||
|
]
|
||||||
|
|
||||||
|
[chk]
|
||||||
|
type = "random"
|
||||||
|
prefix = "?chk"
|
||||||
|
responses = ["ack"]
|
||||||
|
|
||||||
|
[pvn]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user