Exec

Exec

Mentari

Executes the specified code in the given language and returns the output.

!exec [language] [code]

Executes the specified code in the given language and returns the output.

Example:

!exec lua if '0' ~= 0 then print "tdcliBot is kewl!" end

Executes a lua code.


Report Page