Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dappnode/bot-discord-check-in
https://github.com/dappnode/bot-discord-check-in
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappnode/bot-discord-check-in
- Owner: dappnode
- Created: 2020-10-22T08:24:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T12:18:16.000Z (about 4 years ago)
- Last Synced: 2023-03-01T04:32:54.170Z (almost 2 years ago)
- Language: TypeScript
- Size: 788 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Bot -> DAppnodeChannel
This repo contains the logic of a discord bot to handle stuff related with DAppNode, such as the checkin and the checkout of their employees.
## Use instructions
As any other chatbot, you must type a few commands to interact with the bot. The following list shows the command and the corresponding action of the bot.
| Command | Bot action |
| --------------------------------------------- | ---------------------------------------------------------------------------------- |
| ping | returns the message: 'hey DappNodeTeam! you should go back to work...' |
| checkin | Register in a google sheet the employee checkin with the current date & time |
| checkout | Register in a google sheet the employee checkout with the current date & time |
| what is my avatar | returns a message with the avatar of the user |
| who am I? | returns the employee name, discord user and mail of the message sender |
| add employee | Adds a new employee of the database (specifying 1.name 2.discord user and 3. mail) |
| remove employee | Removes an employee (specifying the discord username) |
| get employees | returns a list with all of the employees registered |