Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Antichess WC 2023 trophy #15382

Merged
merged 1 commit into from
May 28, 2024
Merged

Add Antichess WC 2023 trophy #15382

merged 1 commit into from
May 28, 2024

Conversation

thomas-daniels
Copy link
Member

DB query:

db.trophyKind.insert({
  _id: "acwc23",
  name: "Antichess World Champion 2023",
  url: "//lichess.org/forum/team-antichess-wc/acwc-2023-pairings-and-match-results?page=63#628",
  order: NumberInt(1),
  withCustomImage: true
});

db.trophy.insert({_id: "acwc23", user: "llivill", kind: "acwc23", date: new Date("2024-02-01T00:00:00Z") });

@ornicar ornicar merged commit a2dca58 into master May 28, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants