Skip to content

Commit

Permalink
Fix wrong specific user ID
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Jun 19, 2024
1 parent 2aae307 commit 87bd3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KWiJisho/Data/Users.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class DiscordUsers
new(737573340851470348, new DateTime(2003, 03, 21), "Elizabeth", "Betty", "bettyzinha"), // darksidevision
new(352948739029336074, new DateTime(2002, 10, 29), "Matheus", "Mello", "mellinho"), // mello4906
new(352948739029336074, new DateTime(2004, 07, 19), "Maria", "Mari", "freirezika"), // freirezoka
new(737535848102363259, KWiJisho.Created.Date, "KWiJisho", "KWiJisho", "esquizobot") // KWiJisho Bot
new(484119743339560971, KWiJisho.Created.Date, "KWiJisho", "KWiJisho", "esquizobot") // KWiJisho Bot
];
}
}

0 comments on commit 87bd3b2

Please sign in to comment.