remove output
This commit is contained in:
parent
cac7998667
commit
62e3ee6696
1
bot.js
1
bot.js
@ -35,7 +35,6 @@ export const sendEvent = ({ type, ...payload }) => {
|
||||
break
|
||||
case EVENT_TYPE_PLAYER_LEVEL_CHANGE:
|
||||
const { newLevel } = payload
|
||||
console.log({ payload })
|
||||
if (parseInt(newLevel) % LEVEL_NOFIFICATION_EACH_LEVELS === 0) {
|
||||
sendMessageToAll(`Игрок ${payload.displayName} прокачался до уровня ${newLevel}!`)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user