mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
among us cowsay fix
This commit is contained in:
parent
ca9e006aaf
commit
d2607ad7a4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
bot.tellraw(selector, {text: cowsay.say(args.slice(1).join(' '), {cow: cows[args[0]]})});
|
||||
}
|
||||
},
|
||||
execute: function(bot, username, usernameraw, sender, prefix, args, channeldc, message, config) {
|
||||
discordExecute: function(bot, username, usernameraw, sender, prefix, args, channeldc, message, config) {
|
||||
const Embed = new MessageEmbed()
|
||||
.setColor('#FFFF00')
|
||||
.setTitle('Cowsay')
|
||||
|
|
Loading…
Reference in a new issue