A Discord bot that enables users to submit transmog themes for World of Warcraft, with an automated weekly selection of a theme to showcase. The bot allows users to interact with it easily and provides essential commands for managing submissions.
- Submit a New Theme: Users can submit their transmog themes using the command
!tmnew <theme>. - Cron based Selection: Depending on the cron settings, the bot randomly selects one theme and posts it in the designated channel.
- View All Themes: Users can view all submitted themes using the command
!tmall. - User Submission Count: Check how many themes each user has submitted with the command
!tmuser. - Get notifications: With the command
!tmnotifyortmnotifyoffnotifications can be toggled. - Toggle the output: The commands
!tmonand!tmoffyou can toggle the output of themes into the channel. - Help Command: Get a list of available commands using
!tmhelp.
To set up the bot, follow these steps:
- Clone the Repository:
git clone https://github.com/yourusername/transmog-bot.git cd transmog-bot - Create a .env file (adjust the values to your needs):
CHANNEL_ID=
BOT_TOKEN=
CRON_DAY_OF_WEEK=mon-sun
CRON_HOUR=0-23
CRON_MINUTE=0-59