Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.35 KB

File metadata and controls

43 lines (28 loc) · 1.35 KB

Puzzle Scrambler Bot

🔖 About

Discord bot that generates rubik's cube scrambles with preview. You can call it using !scramble or !cube and the bot will retun you with a 3x3 scramble and a preview of the scrambled cube.

🚀 Tecnologies

This project was built using the following technologies:

⚙ Running the project

Install Dependencies

    # Install Discord.py
    pip install discordpy

    # Install pycuber
    pip install pycuber

Now you can download the bot.py file.

To add the bot, you can click here and follow the instructions to get your discord bot token. After that, paste the token in the field DISCORD_TOKEN, between the quotation marks, in the line 6 of the bot.py file.

After installing all the dependencies and adding the bot to your discord, just run the bot.py file.

📝 License

This project is under MIT license. See the LICENSE file for more info.


Made with 💚 by Pedro Arfux.