Soggy cat

This commit is contained in:
Lucas Gabriel 2024-09-25 23:00:38 -03:00
parent 2b779b3a55
commit 863f3a8bca
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
5 changed files with 41 additions and 10 deletions

View file

@ -32,6 +32,7 @@ module.exports = (bot) => {
const Strings = getStrings(ctx.from.language_code);
const options = {
parse_mode: 'Markdown',
disable_web_page_preview: true,
reply_markup: JSON.stringify({
inline_keyboard: [
[{ text: Strings.goBack, callback_data: '6' }],