From 3d64bf912ca7733729416d0be2bdfba20d5191e6 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 11 Jun 2022 10:55:25 -0400 Subject: [PATCH] added sb alias --- dot-commands/spongebob.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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