FridayNightFunkinBoyfriendBot/commands/rc.js

10 lines
180 B
JavaScript
Raw Normal View History

2024-02-20 11:58:22 -05:00
module.exports = {
name: 'rc',
execute (context) {
const bot = context.bot
bot.core.refill()
context.source.sendFeedback('Successfully Refilled Core!')
}
}