mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:26:21 +02:00
Fix
This commit is contained in:
@@ -84,7 +84,8 @@ module.exports = class XiaoClient extends CommandoClient {
|
||||
.set({ Authorization: `Bearer ${PATREON_ACCESS_TOKEN}` })
|
||||
.query({
|
||||
include: 'currently_entitled_tiers,user',
|
||||
'fields[user]': 'social_connections'
|
||||
'fields[user]': 'social_connections',
|
||||
'fields[member]': 'patron_status'
|
||||
});
|
||||
const body = JSON.parse(text);
|
||||
const patrons = [];
|
||||
|
||||
Reference in New Issue
Block a user