mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
String Changes, Don't register tons of defaults
This commit is contained in:
@@ -25,8 +25,8 @@ module.exports = class CowsayCommand extends commando.Command {
|
||||
const turnToCowsay = args.text;
|
||||
return message.code(null, cowsay.say({
|
||||
text: turnToCowsay,
|
||||
e: "oO",
|
||||
T: "U "
|
||||
e: 'oO',
|
||||
T: 'U '
|
||||
})).catch(error => message.say(':x: Error! Perhaps the content is too long?'));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user