fix
This commit is contained in:
parent
d77fc978a0
commit
b5ea9f8c61
@ -1,7 +1,7 @@
|
||||
const decache = require('decache');
|
||||
|
||||
module.exports = {
|
||||
commands: async (bot, msg, input) => {
|
||||
commands: async (bot, msg, input, logger) => {
|
||||
logger.info("ID - " + msg.from.id + " First Name - " + msg.from.first_name + " did - " + input);
|
||||
const userMention = "<a href=\"tg:\/\/user?id=" + msg.from.id + "\">@" + msg.from.first_name + "<\/a> "
|
||||
let commands = require('../../group/commands')
|
||||
@ -18,7 +18,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
chat: async (bot, msg, input) => {
|
||||
chat: async (bot, msg, input, logger) => {
|
||||
logger.info("ID - " + msg.from.id + " First Name - " + msg.from.first_name + " asked - " + input);
|
||||
const userMention = "<a href=\"tg:\/\/user?id=" + msg.from.id + "\">@" + msg.from.first_name + "<\/a> "
|
||||
let commands = require('../../group/commands')
|
||||
|
Loading…
x
Reference in New Issue
Block a user