added sb alias
This commit is contained in:
parent
67f508f5e6
commit
3d64bf912c
@ -3,9 +3,10 @@ const config = require('../config.json');
|
||||
|
||||
module.exports = {
|
||||
name: 'spongebob',
|
||||
alias: 'sb',
|
||||
description: 'SpOnGeBoB-iFy AnYtHiNg AuToMaTiCaLly',
|
||||
usage: '<text to convert>.spongebob',
|
||||
execute(message, commandData) {
|
||||
message.reply(`@${message.author.username}: ${fn.spongebob(commandData)}`);
|
||||
message.reply(fn.spongebob(commandData));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user