Remove logs
This commit is contained in:
parent
7647399159
commit
a2a352efe0
@ -62,8 +62,7 @@ bot.command("delete", botHandler(async ctx => {
|
||||
}));
|
||||
|
||||
bot.on("callback_query", botHandler(async ctx => {
|
||||
Logging.info("Callback Query:");
|
||||
Logging.info(ctx.callbackQuery);
|
||||
Logging.info("Callback Query received");
|
||||
|
||||
const remove_options = () => {
|
||||
ctx.editMessageReplyMarkup({
|
||||
|
Loading…
Reference in New Issue
Block a user