活动:限时排行榜
This commit is contained in:
@@ -135,7 +135,7 @@ async function getModuleData(type: string, data: { role: RoleType, session: Fron
|
||||
case 'donate':
|
||||
if (hasGuild) {
|
||||
const { guildCode: code, donateCnt, receiveBoxs } = userGuild;
|
||||
let { donateFund, reports, donationLv } = await getDonation(code, serverId);
|
||||
let { donateFund, reports, donationLv } = await getDonation(code, guild, serverId);
|
||||
return { receiveBoxs, donateFund, reports, donateCnt: donateCnt || 0, donationLv };
|
||||
}
|
||||
case 'task':
|
||||
|
||||
Reference in New Issue
Block a user