Simple string change
This commit is contained in:
parent
74176098fc
commit
44c346c407
10 changed files with 10 additions and 10 deletions
|
@ -47,7 +47,7 @@ module.exports = function (bot, msg) {
|
|||
const isAdmin = admins.includes(msg.from.id.toString());
|
||||
if (isAdmin) {
|
||||
bot.sendMessage(chatId, message, { parse_mode: 'Markdown' })
|
||||
.catch(error => console.error('WARN: Message cannot be sent:', error));
|
||||
.catch(error => console.error('WARN: Message cannot be sent: ', error));
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue