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

27 lines
No EOL
646 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const CommandError = require('../CommandModules/command_error')
module.exports = {
name: 'testbench',
//<< this one line of code broke it lmao
execute (context) {
//const bot = context.bot
const message = context.arguments.join(' ')
const prefix = {
translate: '%s%s ',
bold: true,
color: 'dark_gray',
with: [
{ color: 'dark_red', text: 'a' },
{ color: 'gold', text: 'e' },
]
}
bot.chat(['tellraw', prefix])
}
}
//[%s] %s %s
//was it showing like that before?
// just do text bc too sus rn ig
// You should remove the with thing and the translate and replace