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.
- Host: GitHub
- URL: https://github.com/devdutt6/disbot
- Owner: devdutt6
- Created: 2022-10-23T06:33:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T16:49:52.000Z (over 2 years ago)
- Last Synced: 2025-01-18T18:52:51.210Z (4 months ago)
- Topics: discord, discord-bot, discord-js, discordjs, serverbot, taskmanager
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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