mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Fix spelling mistake
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = class DECTalkCommand extends Command {
|
|||||||
.query({ text })
|
.query({ text })
|
||||||
.redirects(0);
|
.redirects(0);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
if (err.reponse.headers.location) url += err.response.headers.location;
|
if (err.response.headers.location) url += err.response.headers.location;
|
||||||
else throw err;
|
else throw err;
|
||||||
}
|
}
|
||||||
const dispatcher = connection.play(url);
|
const dispatcher = connection.play(url);
|
||||||
|
|||||||
Reference in New Issue
Block a user