mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Change meow to cat
This commit is contained in:
@@ -30,7 +30,7 @@ class SoundBoardCommand extends commando.Command {
|
||||
if(soundToPlay === "") {
|
||||
message.channel.send(':x: Error! No sound set. Please use ;soundboard list to see a list of sounds you can play.');
|
||||
} else if(soundToPlay === 'list') {
|
||||
message.channel.send('**Avaliable Sounds:** Meow');
|
||||
message.channel.send('**Avaliable Sounds:** Cat');
|
||||
} else if(soundToPlay === sounds.avaliable[soundToPlay]) {
|
||||
voiceChannel.join().then(connnection => {
|
||||
let stream = sounds.paths[soundToPlay];
|
||||
|
||||
Reference in New Issue
Block a user