Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 712 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 712 Bytes

Task-o-Bot-Discord

Simple discord bot that is able to save, store, and manipulate user notes

  • /create-task
  • /read-tasks
  • /erase-task
  • /delall-tasks

Notes(tasks) are saved into a messages.json file with userid. Be aware that /read-tasks can show your list to others! Better to use the bot in direct messages.

Reads environment variable TOKEN from .env file. Example of .env file

TOKEN = VALUE

Installation

git clone https://github.com/Prits001/Task-o-Bot-Discord.git
cd Task-o-Bot-Discord
echo "{}" >> messages.json
python -m pip install py-cord dotenv
python main.py

Contributing

Feel free to open pull requests if you wish to contribute