FNFGirlfriendBot/commands/validate.js
2024-02-20 17:19:33 +00:00

12 lines
228 B
JavaScript

module.exports = {
name: 'validate',
description:['validate in the bot'],
hashOnly: true,
execute (context) {
const source = context.source
source.sendFeedback({ text: 'Valid Hash', color: 'green' })
}
}