An open API service indexing awesome lists of open source software.

https://github.com/devdutt6/disbot

A discord bot specifically focused on my current organization which is i am part of, i have features like timer, remainder, task manager.
https://github.com/devdutt6/disbot

discord discord-bot discord-js discordjs serverbot taskmanager

Last synced: 3 months ago
JSON representation

A discord bot specifically focused on my current organization which is i am part of, i have features like timer, remainder, task manager.

Awesome Lists containing this project

README

        

# Discord Bot

It is a discord bot having features like **task management**, **remainders** which can be daily or on some perticular day and date.

As i created this bot focusing on organization usecases in which i am working which are functions like **login, logout, break, back, totd**, which will send a template message to specific channel to let your teammates and organization know your status.

## Tech stack

1. [DiscordJS](https://discord.js.org/#/) for developing discord bot
2. [Luxon](https://moment.github.io/luxon/#/) for time related functionalities
3. [node-cron](https://www.npmjs.com/package/node-cron) for timely cron jobs
4. [MongoDB](https://www.mongodb.com/) as database
5. [nodejs](https://nodejs.org/en/) as js runtime