HogwartsBot is a Discord bot designed to bring the magic of the Harry Potter universe to your Discord server! The bot can sort users into Hogwarts houses, share magical quotes, explain spells, and even play audio clips during the sorting ceremony.
- Sort users into Hogwarts Houses with
!sort
command. - Play an audio clip during the sorting ceremony.
- Fetch random quotes with
!quote
. - Provide descriptions of spells using
!spell <spell_name>
. - Basic bot health check with
!ping
. - Detailed help with
!help_hogwarts
.
Before setting up HogwartsBot, ensure you have the following installed:
- Python 3.8+
- Discord.py library with voice support:
pip install discord.py[voice]