This commit is contained in:
Dragon Fire
2021-05-18 16:38:17 -04:00
parent 08235698e3
commit 6bc4268637
+1 -1
View File
@@ -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);