Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 676 Bytes

edina/discord-bot

This is a simple discord bot that will run Edina code in a sandbox and output the result.

Img

Official bot

Invite url

Using the bot

Simply ping the bot and attach a code block:

@Edina ```
import "stdlib/io/std"
"Nice" :std.println_out
```

Safety

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.