Noter
A discord bot for handling notes for users. Want to keep track of things about your discord users? Then this bot is for you!
Links
Commands
- /db make | This makes the database for ALL of your information.
- /note add {user_id} {username} {note} | This adds all of said info into the database you just made.
- /note rmv {user_id} | This will remove the user from the database along with the other info associated with the specified ID.
- /note fetch {user_id} | This command will fetch the note and information you have for the specified user.
Installation
[you@user ~]$ git clone https://github.com/therealOri/noter.git
[you@user ~]$ cd noter
[you@user ~]$ pip install -r requirements.txt