mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -210,7 +210,7 @@ module.exports = class XiaoClient extends CommandoClient {
|
||||
exportCleverbotAllowed() {
|
||||
let text = '[\n ';
|
||||
if (this.allowedUsers.length) {
|
||||
for (const id of this.allowedUsers.guild) {
|
||||
for (const id of this.allowedUsers) {
|
||||
text += `"${id}",\n `;
|
||||
}
|
||||
text = text.slice(0, -3);
|
||||
|
||||
Reference in New Issue
Block a user