discord bot for running brainfuck code
- Make a discord bot and invite it on your server. Follow this tutorial if you dont know how.
- Clone the repository to your local machine. Open the terminal and enter the following command.
git clone https://github.com/kegma1/discfuck_rs.git
- Cd into the new directory.
- Rename env_sample to .env and paste your bots token in the file.
- Compile and run the bot. Enter the following commands in the terminal.
cargo build --release
cargo run
WIP
WIP
- Make it work
- Add multi-therding
- Make UI look better
- Add debug fetures
- Add config file
- Add docker support
- Add comments to the code