Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
system32unknown committed Dec 22, 2024
1 parent f03dd31 commit e057881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DiscordClient.hx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class DiscordClient

public static function initialize()
{
final handlers:DiscordEventHandlers = new DiscordEventHandlers();
final discordHandlers:DiscordEventHandlers = new DiscordEventHandlers();
discordHandlers.ready = Function.fromStaticFunction(onReady);
discordHandlers.disconnected = Function.fromStaticFunction(onDisconnected);
discordHandlers.errored = Function.fromStaticFunction(onError);
Expand Down

0 comments on commit e057881

Please sign in to comment.