Discord NoteBot is a simple and versatile note-taking bot for Discord, designed to help users seamlessly manage their notes within a Discord server.
- Create Note: Quickly create and store notes with a command.
- List Notes: View a list of all your notes in one place.
- Delete Note: Easily delete a specific note by providing its index.
- Invite the bot to your Discord server.
- Use commands like
!createnote
,!listnotes
, and!deletenote
to interact with the bot. - Stay organized and keep track of your thoughts, ideas, or important information!
- Clone the repository to your local machine.
- Install the necessary dependencies (Discord.py library).
- Set up your Discord bot on the Discord Developer Portal and obtain a bot token.
- Replace
'YOUR_BOT_TOKEN'
with your actual bot token in the code. - Run the script (
python3 main.py
) and enjoy your note-taking bot!
Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.
This project is licensed under the MIT License.