/CodeRunner

A Discord Bot that compiles your py code and displays the output.

Primary LanguagePython

CodeRunner

A Discord Bot that compiles your py code and displays the output.

Add a .env file in the root and add the below line there.

TOKEN = <your bot token here>

Type your Code in this format on discord

image

Which will appear like this

print("Hello World")

now reply to this message with $code

and the bot will return like

image