2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-09-06 00:55:21 +00:00
Files
the-guard-bot/handlers/regex/index.js

10 lines
152 B
JavaScript
Raw Normal View History

'use strict';
const { compose } = require('telegraf');
/* eslint-disable global-require */
module.exports = compose([
require('./groupLinker'),
]);