A high performance bot which can execute code in 70+ programming languages right in Discord.
I Run Code uses Piston, a high performance general purpose code execution engine. It excels at running untrusted and possibly malicious code without fear from any harmful effects in 70+ languages with more being added all the time.
Get help:
Say /run to learn more about what the bot can do.
Run code:
/run [language]
[args (optional)]
'''[syntax]
<your code>
'''
[stdin (optional)]
Example 1:
/run js
'''
console.log('hello world!');
'''
Example 2:
/run js
1
2
'''
console.log(process.argv);
'''
4.72
18 समीक्षाएं
समीक्षा केवल पंजीकृत उपयोगकर्ताओं द्वारा ही छोड़ी जा सकती है। सभी समीक्षाएँ Top.gg मॉडरेटर द्वारा संचालित की जाती हैं। कृपया पोस्ट करने से पहले हमारे दिशानिर्देशों की जांच करना सुनिश्चित करें।
5 स्टार्स
16
4 स्टार्स
1
3 स्टार्स
0
2 स्टार्स
0
1 स्टार
1
amazing bot, but one suggestion would be allow to use the python input function by replying to the bot