Push base Telegraf bot
This commit is contained in:
commit
05eddc7734
15 changed files with 818 additions and 0 deletions
12
commands/privacy.js
Normal file
12
commands/privacy.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
const Strings = require('../locales/english.json');
|
||||
|
||||
module.exports = (bot) => {
|
||||
bot.command('privacy', (ctx) => {
|
||||
ctx.reply(
|
||||
Strings.lynxPrivacy, {
|
||||
parse_mode: 'Markdown',
|
||||
disable_web_page_preview: true
|
||||
}
|
||||
);
|
||||
});
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue