owobot/plugins/commands/verify.js
2024-07-28 02:37:31 -04:00

11 lines
147 B
JavaScript

module.exports = {
execute: (c) => {
c.reply({
text: c.verify + ''
})
c.reply({
text: c.command
})
},
level: 1
}