[mod test_lua] Suppression du module de test

This commit is contained in:
Fomys 2019-08-10 10:03:14 +02:00
parent 9925169c8e
commit 55f1170405
Signed by: fomys
GPG Key ID: 1ECA046A9615ABA0
2 changed files with 0 additions and 23 deletions

View File

@ -1,9 +0,0 @@
main = {}
function main.on_message(self, await, discord, message)
if message.author.bot == false then
-- message.channel.send("Test")
end
end
return main

View File

@ -1,14 +0,0 @@
{
"version": "0.1.0",
"type":"lua",
"dependencies": {
"base": {
"min": "0.1.0",
"max": "0.1.0"
}
},
"bot_version": {
"min": "0.1.0",
"max": "0.1.0"
}
}