A simple Discord bot with various functionalities including temporary channels and message auto-deletion.
- !settempchannel: Create temporary channels where messages get automatically deleted after a specified time.
- !clear: Manually delete all messages in a temporary channel.
- !setcleartime [minutes]: Adjust the auto-deletion time for messages in a temporary channel.
- !info: View temporary channels in server, and the clear time for the channels.
- !removetempchannel: Removes a temp channel from being a temp channel.
- Clone the Repository:
git clone https://github.com/Dylan-B-D/temp-channel-bot
- Rename
config-example.initoconfig.ini - Add your bot token to config.ini
- Make sure you have Python installe
- Run the following in Command Prompt/terminal
pip install discord configparser
- Run
python bot.py