From 645041885934de1c1ad33d3439ca88b81019c7f4 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:16:04 +0100 Subject: [PATCH] Update docstring --- core/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/module.py b/core/module.py index 881810a..94f4c72 100644 --- a/core/module.py +++ b/core/module.py @@ -204,6 +204,7 @@ class Module: """Unload a module Args: + uplink (Irc): The Irc instance mod_name (str): Module name ex mod_defender Returns: