2019-06-05 02:15:29 +02:00
|
|
|
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-08-08 22:43:46 +02:00
|
|
|
-- message.channel.send("Test")
|
2019-06-05 03:37:50 +02:00
|
|
|
end
|
2019-06-05 02:15:29 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
return main
|