Events
Dubnium uses the built-in Events module to send messages when something happens!
Event
Callback Arguments
About
Example
db.on('create', (tag, content) => {
console.log(`${tag} was created!`)
})Last updated
Dubnium uses the built-in Events module to send messages when something happens!
db.on('create', (tag, content) => {
console.log(`${tag} was created!`)
})Last updated