Skip to content

Lunarmagpie/io

Repository files navigation

Io

Io is a code running bot for Discord. You can invite Io Invite Link.

The bot is built on hikari and hikari-crescent. Piston and Compiler Explorer are used for remote code execution.

Usage

Prefix Commands

  • io/run - Run the code in the code block in a message.
  • io/asm - Inspect the asm for the code in the code block in a message.

Message Commands

  • Run Code - Run the code in the code block in a message.
  • Assembly - Inspect the asm for the code in the code block in a message.
  • Delete - Delete the bot's message.

Credits

Self Hosting

Rename .env.example to .env and fill in the missing information. You can then use docker compose up to run the bot.