A simple Discord Bot made in Python that lists accounts with a cooldown and notifies you once it ends.
/setup
- Sets the current channel for it to use
/add [account_name] [expiration_date(m/h/d/y) (optional)] [premier_rating(optional)] [notes(optional)]
- Adds an account to the list
/rm [account_name]
- Removes desired account from the list
pip install discord.py
pip install sqlite3