Skip to content

Commit

Permalink
Add. 사용자 계정정보 추가 -> 치치직/ 아프키라 티비
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmonster committed Sep 13, 2024
1 parent 196781e commit d4f1a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/app/사용자정보.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const exec = async (interaction: appInteraction) => {

console.log(`사용자 ${target_id}님의 정보를 불러오는중....`);

const user = (await tokens(target_id, 2, 3)).map(({ login, name, is_session, create_at }) => ({
const user = (await tokens(target_id, 2, 3, 5, 12, 13)).map(({ login, name, is_session, create_at }) => ({
login,
name,
is_session,
Expand Down

0 comments on commit d4f1a8d

Please sign in to comment.