2021-09-24 00:08:29 +00:00
|
|
|
const fn = require('../functions.js');
|
2021-09-22 17:15:31 +00:00
|
|
|
const config = require('../config.json');
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
name: 'spongebob',
|
|
|
|
description: 'SpOnGeBoB-iFy AnYtHiNg AuToMaTiCaLly',
|
|
|
|
usage: '<text to convert>.spongebob',
|
|
|
|
execute(message, commandData) {
|
2021-09-24 00:08:29 +00:00
|
|
|
message.reply(`@${message.author.username}: ${fn.spongebob(commandData)}`);
|
2021-09-22 17:15:31 +00:00
|
|
|
}
|
|
|
|
}
|