mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Fix
This commit is contained in:
@@ -41,10 +41,10 @@ module.exports = class Cleverbot {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get channel() {
|
get channel() {
|
||||||
return this.client.channels.cache.get(channelID);
|
return this.client.channels.cache.get(this.channelID);
|
||||||
}
|
}
|
||||||
|
|
||||||
get author() {
|
get author() {
|
||||||
return this.client.users.cache.get(authorID);
|
return this.client.users.cache.get(this.authorID);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user