This is a simple Discord-bot to create appointments and get notifications from the Bot if the appointment is in a specified time ("rn it is locked to 1day before the appointment and 1hour before"). You can also delete the appointments.
The bot includes a Sqlite3 filebased Database to store Appointments. The Appointments will be deleted automatical after they expired.
Added a Discordbot via the discord page to your server so that u have a discord-bot-Token
node v18.x
- Clone the repo
git clone https://github.com/DanielSpindler/discord-bot.git
- Install NPM packages
npm install
- copy .env-example and name it .env & edit it after
as instructed in the .env
- Run
node index.js
After the Bot will greet everyone in the channel and you can type "help" to see a list of the commands
right now you can add & delete notifications.
update exsisting appointments
Got any more input? reach out to me