Skip to content

Commit

Permalink
fix: drop /whois last active
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyvy-vi committed Jun 23, 2023
1 parent 9f3e601 commit 5e4a051
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Binary file added giveth-database-backup-2023-06-01-092920.archive
Binary file not shown.
6 changes: 0 additions & 6 deletions packages/discord-bot/src/handlers/whois.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ export const whoisHandler: CommandHandler = async (
});

if (user) {
user.updatedAt &&
fields.push({
name: 'Latest activity',
value: new Date(user.updatedAt).toDateString(),
});

user.receivedTotalScore &&
fields.push({
name: 'Received praise total score',
Expand Down

0 comments on commit 5e4a051

Please sign in to comment.