It is a discord bot designed to help create and manage events, but most of all to remind people of the events they signed up for. It is written in TypeScript/JavaScript and uses the discord.js library.
- Ckeck, that ypu have NodeJS installed! For this, run
node -v
. If it prints out a version number, you're good. Else download the newest version of Node from their website. - Clone the repository to your preferred environment (like a folder on your PC)!
- Install the dependencies with
npm install
! - Create a file named ".env" in the project's root directory and add the variable
DISCORD_TOKEN = your_discord_bot_token
. Just replace the discord bot token with that of your bot! - Run the bot with
npm run start
!
If you intend to edit the project to either contribute or just for your own use, you can use the following commands:
npm run build
to compile the TypeScript code to JavaScript.npm run start
to simply start the bot.npm run refresh
to compile and instantly start the bot.
This project was created and is owned by Team Kruemelmonster and its members Li-Ru, FILUSU, Carl Wüstenberg, elsa2607 and Jonas Wolf.
Special thanks to our team's Coaches Moritz and Stefan for their help and support and to the SYDF Team for bringing us together and thus making this project possible!