gargomoma

Results 1 comments of gargomoma

I did it!! :dancer: Here you have this template to run any console command ``` do function run(msg, matches) os.execute("nohup COMAND "..matches[1].." /dev/null &") return "Added: " .. matches[1] end...