Skip to content

mohammadalshikh/mindsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Badge

MindSync (Discord Bot)

Task-management Discord bot with AI-assistance and real-time updating.

demo

Adding to Server

To use the bot directly, you can invite it to your server by clicking on the link provided under the 'About' section top-right.

Local Setup (For Development)

If you want to run the bot locally, follow the steps (tested with Node.js v20.18.2):

  1. Clone the repository to your local machine.
git clone https://github.com/mohammadalshikh/mindsync
  1. Install the dependencies.
npm i --force
  1. Create a .env file 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
  1. Start the bot.
npm run start
  1. 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.

Releases

No releases published

Packages

No packages published