13 lines
142 B
TOML
13 lines
142 B
TOML
|
[hello]
|
||
|
|
||
|
[hello-dave]
|
||
|
type = "hello"
|
||
|
name = "Dave"
|
||
|
|
||
|
[hello-fred]
|
||
|
type = "hello"
|
||
|
name = "Fred"
|
||
|
|
||
|
[discord]
|
||
|
channel = "#testchannelpleaseignore"
|