owobot/plugins/commands/verify.js

12 lines
147 B
JavaScript
Raw Normal View History

2024-07-28 16:30:19 -04:00
module.exports = {
execute: (c) => {
c.reply({
text: c.verify + ''
})
c.reply({
text: c.command
})
},
level: 1
}