Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX committed Feb 2, 2024
1 parent 1a8349f commit b309d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public Program()
client.UserJoined += OnGuildJoin.onJoin;
client.ThreadCreated += TicketHandler.onNewThread;
client.Disconnected += onDisconnected;
client.GuildMemberUpdated += OnUserUpdated.onUpdate;
//client.GuildMemberUpdated += OnUserUpdated.onUpdate;

//userDatabase = new UserDatabase(677860751695806515);
}
Expand Down

0 comments on commit b309d03

Please sign in to comment.