9 lines
170 B
Lua
9 lines
170 B
Lua
main = {}
|
|
|
|
function main.on_message(self, await, discord, message)
|
|
if message.author.bot == false then
|
|
-- message.channel.send("Test")
|
|
end
|
|
end
|
|
|
|
return main |