Back to Projects
Bool

Bool

Bool is a simple, rule-based Discord bot that was one of my very first coding projects. Developed using Python and the Discord.py library, the bot's functionality was straightforward: it would respond to a set of pre-coded prompts. This project was a foundational learning experience in bot development and a fun way to get started with coding.

The bot was inspired by another Discord bot named Yui, which performed similar functions but on a much larger scale with more commands. Bool, in contrast, was designed to be a minimalist and simple bot, focusing on core functionality and my initial learning journey.

Key Highlights:

  • One of my very first projects, focused on foundational coding skills.
  • A simple, rule-based bot that responds to pre-coded prompts.
  • Inspired by the bot "Yui".

Technologies Used:

  • Python
  • Discord.py