Skip to content

Commit

Permalink
log: twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthh committed Oct 5, 2023
1 parent 8100e99 commit 44b93c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/apecoin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async function manageRoles(client: Client, guildId: string, handles: any[], acti
if (member) {
await member.roles[action](role);
console.log(
`Role: ${role.name} | action: ${action} | user: ${member.user.tag} | address: ${handle.publicAddress} | offChain: ${handle.offChainVotesPct} | balance: ${handle.balance} | forumLevel: ${handle.trustLevel} | hasCriterea: ${handle.hasPermission}`
`Role: ${role.name} | action: ${action} | user: ${member.user.tag} | address: ${handle.publicAddress} | offChain: ${handle.offChainVotesPct} | balance: ${handle.balance} | forumLevel: ${handle.trustLevel} | twitter: ${handle.twitterHandle} | hasCriterea: ${handle.hasPermission}`
);
sucessHandles.push(handle);
}
Expand Down

0 comments on commit 44b93c7

Please sign in to comment.