Create custom mentions in your Telegram chat, much like Discord's role mentions.
/create_footo a create a group mention calledfoo/enter_footo subscribe to a group mention calledfoo/exit_footo unsubscribe from a group mention calledfoo/delete_footo delete a group mention calledfoo/mentions [username]to list the group's mentions, optionally passing an username filter (usemefor your own mentions)@footo tag members of mentionfoo(this not includes yourself)@!footo list members of mentionfoowithout tagging them@adminsto tag group admins
Clone this repo
git clone https://github.com/lucasMarioza/TelegramGroupMentionInstall dependencies
npm installSet environment variables and run
export BOT_KEY=...
export MONGODB_URI=...
export PORT=...
npm start