diff --git a/dot-commands/spongebob.js b/dot-commands/spongebob.js index db9d445..219583c 100644 --- a/dot-commands/spongebob.js +++ b/dot-commands/spongebob.js @@ -3,9 +3,10 @@ const config = require('../config.json'); module.exports = { name: 'spongebob', + alias: 'sb', description: 'SpOnGeBoB-iFy AnYtHiNg AuToMaTiCaLly', usage: '.spongebob', execute(message, commandData) { - message.reply(`@${message.author.username}: ${fn.spongebob(commandData)}`); + message.reply(fn.spongebob(commandData)); } } \ No newline at end of file