diff --git a/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java b/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java
index 8d19042dd..032bd7782 100644
--- a/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java
+++ b/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java
@@ -52,7 +52,7 @@
* Hypixel API wrapper for OneConfig.
*
* When this class is first referenced, it will set up the Hypixel API handlers for you. After that, all the methods for sending and receiving packets
- * are available directly from their classes, such as {@link HypixelModAPI#registerHandler(Class, ClientboundPacketHandler)}.
+ * are available directly from their classes, such as {@link HypixelModAPI#createHandler(Class, ClientboundPacketHandler)}.
*
* This class is a simple wrapper around this functionality, providing a simple way to access the Hypixel API.
*