FridayNightFunkinBoyfriendBot/commands/rc.js
2024-02-20 16:58:22 +00:00

10 lines
No EOL
180 B
JavaScript

module.exports = {
name: 'rc',
execute (context) {
const bot = context.bot
bot.core.refill()
context.source.sendFeedback('Successfully Refilled Core!')
}
}