Fixed spacing in gay
This commit is contained in:
parent
009881efc2
commit
78625caf24
1 changed files with 24 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
module.exports = function(bot, msg) {
|
||||
module.exports = function (bot, msg) {
|
||||
const chatId = msg.chat.id;
|
||||
const userName = msg.from.first_name;
|
||||
const userId = msg.from.id;
|
||||
|
@ -21,4 +21,4 @@ module.exports = function(bot, msg) {
|
|||
bot.sendMessage(chatId, message)
|
||||
.catch(error => console.error('ERROR: Message cannot be sent:', error));
|
||||
console.log(`INFO: /gay executed by ${userName}, ${userId}`)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue