Skip to content

Commit

Permalink
Merge pull request #48 from yusheng929/main
Browse files Browse the repository at this point in the history
fix: atuid
  • Loading branch information
XasYer authored Feb 20, 2025
2 parents eb2c29d + dc2fbfa commit 50fc95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export default class App {
}
// 需要steamId
if (cfg.steamId) {
options.userSteamIdList = await db.user.getAllByUserId(options.uid)
options.uid = utils.bot.getAtUid(e.at, e.user_id)
options.userSteamIdList = await db.user.getAllByUserId(options.uid)
// 先看看有没有在指令中附带steamId
if (nums.length) {
// 最后一个
Expand Down

0 comments on commit 50fc95f

Please sign in to comment.