Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.42 KB

README.md

File metadata and controls

71 lines (44 loc) · 1.42 KB

An Bot to create Appointments and get Notifications

About The Bot

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.

Getting Started

Prerequisites

Added a Discordbot via the discord page to your server so that u have a discord-bot-Token

node v18.x

Installation

  1. Clone the repo
    git clone https://github.com/DanielSpindler/discord-bot.git
  2. Install NPM packages
    npm install
  3. copy .env-example and name it .env & edit it after
    as instructed in the .env   
  4. Run
     node index.js

Usage

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.

In the Future

update exsisting appointments

Got any more input? reach out to me