{% extends "portfolio_item.html" %} {% block desc%}
RandBot is a versatile Discord bot that allows users to create and manage lists, and randomly select items from those lists. Developed using Python and the discord.py library, RandBot leverages MongoDB for persistent data storage. Initially designed for use in a Call of Duty: Warzone Discord server, this bot can be adapted for various use cases where randomized selection from user-generated lists is needed.
?list
command. Each list is stored in a MongoDB database.?random
command.?delete
command.?8ball
and ?yesno
for random answers, and ?commands
to display all available commands.The project is currently discontinued due to a lack of interest, but it remains a functional and illustrative example of a Discord bot integrated with a NoSQL database. The bot can still be self-hosted and can be invited to other servers.