File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ const { logError } = require('../../utils/log');
77// Config
88const {
99 numberOfWarnsToBan,
10- warnsInlineKeyboard ,
10+ warnInlineKeyboard ,
1111} = require ( '../../config.json' ) ;
12- const reply_markup = { inline_keyboard : warnsInlineKeyboard } ;
12+ const reply_markup = { inline_keyboard : warnInlineKeyboard } ;
1313
1414// Bot
1515const bot = require ( '../../bot' ) ;
Original file line number Diff line number Diff line change 99 excludedChannels,
1010 excludedGroups,
1111 numberOfWarnsToBan,
12- warnsInlineKeyboard ,
12+ warnInlineKeyboard ,
1313} = require ( '../../config.json' ) ;
14- const reply_markup = { inline_keyboard : warnsInlineKeyboard } ;
14+ const reply_markup = { inline_keyboard : warnInlineKeyboard } ;
1515
1616
1717// Bot
You can’t perform that action at this time.
0 commit comments