WIP for autolinker module. Currently can't use stc and tqm together because of conflicting dependencies, so this is a placeholder.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[general]
|
||||
foo = "bar"
|
||||
|
||||
[discord]
|
||||
token = "your token here"
|
||||
|
||||
@@ -48,3 +51,13 @@ responses = ["ack"]
|
||||
[pvn]
|
||||
|
||||
[echobox]
|
||||
|
||||
[lua]
|
||||
code = """
|
||||
function on_message (message, reply)
|
||||
reply("Lua says: " .. message)
|
||||
end
|
||||
"""
|
||||
foo = "bar"
|
||||
|
||||
[autolink]
|
||||
|
Reference in New Issue
Block a user