Pingurrr
/addping- Create interval-based ping/addreminder- Create time-based reminder/list- View all reminders/pings/editping- Modify reminder/removeping- Delete ping/removereminder- Delete reminder/pauseping- Pause a reminder/resumeping- Resume a reminder/pauseall- Pause all reminders
/setchannel- Set default channel/settimezone- Set server timezone
/savetemplate- Save reminder template/usetemplate- Use saved template/listtemplates- View all templates
/setstatus- Set bot's activity status/setnick- Change bot's nickname/setavatar- Update bot's profile picture/setbio- Update bot's 'About Me'
- Clone the repository:
git clone https://github.com/chikiran/pingur.git
cd pingur- Create and activate virtual environment:
# Windows
python -m venv venv
venv\Scripts\activate
# Linux/Mac
python3 -m venv venv
source venv/bin/activate- Install requirements:
pip install -r requirements.txt- Create
.envfile:
DISCORD_TOKEN=your_bot_token_here
- Run the bot:
python bot.py- Python 3.10+
- discord.py
- python-dotenv
- aiosqlite
- pytz