Browse Source

fix case

push-params
Evan Feenstra 4 years ago
parent
commit
f0a1d83d14
  1. 2
      api/bots/mother.ts
  2. 2
      dist/api/bots/mother.js

2
api/bots/mother.ts

@ -33,7 +33,7 @@ export function init() {
}}) }})
if(!chat) return if(!chat) return
const chatBot = { const chatBot = {
chatID: chat.id, chatId: chat.id,
botPrefix: '/'+botName, botPrefix: '/'+botName,
botType:constants.bot_types.builtin botType:constants.bot_types.builtin
} }

2
dist/api/bots/mother.js

@ -42,7 +42,7 @@ function init() {
if (!chat) if (!chat)
return; return;
const chatBot = { const chatBot = {
chatID: chat.id, chatId: chat.id,
botPrefix: '/' + botName, botPrefix: '/' + botName,
botType: constants.bot_types.builtin botType: constants.bot_types.builtin
}; };

Loading…
Cancel
Save