Task-management Discord bot with AI-assistance and real-time updating.
To use the bot directly, you can invite it to your server by clicking on the link provided under the 'About' section top-right.
If you want to run the bot locally, follow the steps (tested with Node.js v20.18.2):
- Clone the repository to your local machine.
git clone https://github.com/mohammadalshikh/mindsync- Install the dependencies.
npm i --force- Create a
.envfile in the root directory and populate it with your Bot Token and OpenAI key.
DISCORD_TOKEN=replace_with_your_token
OPENAI_KEY=replace_with_your_key- Start the bot.
npm run start-
Invite the bot:
-
Navigate to the Discord Developer Portal and create a new application.
-
Go to the 'Bot' tab and click on 'Reset Token'. Make sure to copy the token, as you'll need it for running the bot locally.
-
Under the 'OAuth2' tab, select the 'bot' scope and the permissions your bot requires.
-
Use the generated OAuth2 URL to invite the bot to your server.
-
