Piston¶
With the Piston module, you can run code snippets using the Piston API. This module supports multiple programming languages and provides a safe environment to run code without the need to install any dependencies.
Commands¶
/piston (language) (code): Run thecodesnippet in the specifiedlanguage. For example,/piston python print("Hello, World!")./pistonlangs: Display a list of all supported programming languages.