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