Awesome
Tag Bot
Create #tags to mention multiple users at once in your group
Start the bot! / Bot updates channel
List of commands
- /start: start the bot
- /help: show a list of commands
- /create: create a new grouptag
- /delete: delete a grouptag
- /rename: rename a grouptag
- /join: join a grouptag
- /leave: leave a grouptag
- /list: list all grouptags
- /mytags: list all the grouptags you are in
Self-Hosting your own version
- Clone the repository
- Create a .env file with your data (follow the .env.example file)
- Run
npm install
- Run
npm run start-dev
ornpm run start-prod