mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix spelling mistake
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = class DECTalkCommand extends Command {
|
||||
.query({ text })
|
||||
.redirects(0);
|
||||
} 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;
|
||||
}
|
||||
const dispatcher = connection.play(url);
|
||||
|
||||
Reference in New Issue
Block a user