mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Fix
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = class VocodesCommand extends Command {
|
|||||||
return msg.reply(`I am not in a voice channel. Use ${usage} to fix that!`);
|
return msg.reply(`I am not in a voice channel. Use ${usage} to fix that!`);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const body = await request
|
const { body } = await request
|
||||||
.post('https://mumble.stream/speak_spectrogram')
|
.post('https://mumble.stream/speak_spectrogram')
|
||||||
.send({
|
.send({
|
||||||
speaker: voice,
|
speaker: voice,
|
||||||
|
|||||||
Reference in New Issue
Block a user