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