This is a simple discord bot that will run Edina code in a sandbox and output the result.
Simply ping the bot and attach a code block:
@Edina ```
import "stdlib/io/std"
"Nice" :std.println_out
```
The bot doesn't do real sandboxing, so depending on your setup this could lead to a lot of potential problems. Always run the bot in a container and make sure to specify the "restricted" flag in the command setting.