2023-12-17 14:55:27 -05:00
|
|
|
|
const CommandError = require('../CommandModules/command_error')
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
name: 'music',
|
|
|
|
|
//<< this one line of code broke it lmao
|
|
|
|
|
description:[''],
|
|
|
|
|
aliases:[],
|
2023-12-20 11:54:03 -05:00
|
|
|
|
trustLevel: 0,
|
2023-12-17 14:55:27 -05:00
|
|
|
|
execute (context) {
|
|
|
|
|
|
|
|
|
|
const message = context.arguments.join(' ')
|
|
|
|
|
const bot = context.bot
|
|
|
|
|
|
|
|
|
|
throw new CommandError('working on it some other time')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//[%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
|
|
|
|
|
|
|
|
|
|
// Parker, why is hashing just random characters???
|
|
|
|
|
//wdym
|