bot-base/modules/test_lua/main.lua

9 lines
132 B
Lua
Raw Normal View History

main = {}
2019-06-10 17:46:33 +02:00
function main.on_message(self, await, discord, message)
2019-06-05 03:37:50 +02:00
if message.author.bot == false then
2019-06-10 17:46:33 +02:00
2019-06-05 03:37:50 +02:00
end
end
return main