FridayNightFunkinBoyfriendBot/commands/lol.js

14 lines
352 B
JavaScript

//command.unknown.argument command.unknown.command //command.context.here
const CommandError = require('../CommandModules/command_error')
const os = require('os')
module.exports = {
name: 'lol',
description:['idfk dont ask'],
hashOnly:false,
consoleOnly:false,
execute (context) {
throw new CommandError('idfk lmao')
}
}