markdown + smiles
This commit is contained in:
2
bot.js
2
bot.js
@ -71,7 +71,7 @@ export const sendEvent = ({ type, displayName, ...payload }) => {
|
||||
const newKillCount = killCount + 1
|
||||
saveKillCount(displayName, payload.entityName, newKillCount)
|
||||
if (newKillCount % KILL_NOTIFICATION_EACH_KILLS === 0) {
|
||||
sendMessageToAll(`👻 *${getEntityName(payload)}* повержен(а) 👤 ${displayName}. Убито ещё ${KILL_NOTIFICATION_EACH_KILLS}! Всего 💀: ${newKillCount} 👍`)
|
||||
sendMessageToAll(`👻 *${getEntityName(payload)}* повержен(а) 👤 *${displayName}*. Убито ещё ${KILL_NOTIFICATION_EACH_KILLS}! Всего 💀: ${newKillCount} 👍`)
|
||||
}
|
||||
})
|
||||
break
|
||||
|
Reference in New Issue
Block a user