Discord Bot designed to enhance the productivity and study tracking within Discord Communities (Google Sheets integration)
Click the instruction link below !
===
Discord-Bot
├── .github
│ └── workflows
│ └── main.yml
├── src
│ ├── bot
│ │ ├── commands
│ │ │ ├── mentionNotStudied.js
│ │ │ ├── mentionStudied.js
│ │ │ ├── registerCommands.js
│ │ │ ├── studyChecker.js
│ │ │ ├── studyLogger.js
│ │ │ └── userHandler.js
│ │ └── utils
│ │ ├── findUsers.js
│ │ └── mentionUsers.js
│ ├── scheduler
│ │ └── reminderScheduler.js
│ └── sheets
│ ├── sheetAuth.js
│ ├── sheetGetter.js
│ └── sheetSetter.js
├── .env
├── .gitignore
├── discord_bot_key.json
├── package-lock.json
├── package.json
└── README.md