From 0ae96ca69eb65a5a4ce9a49c2faefc8fced57dc8 Mon Sep 17 00:00:00 2001 From: That_One_Nerd Date: Thu, 16 Mar 2023 12:54:00 -0400 Subject: [PATCH] One more thing --- Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.md b/Modules.md index 88b4794..0d8f5a4 100644 --- a/Modules.md +++ b/Modules.md @@ -41,4 +41,4 @@ These are the name, prefix, and brief descriptions of each module implemented by | Class Name | Prefix | Description | |-|-|-| -| `BaseModule` | None (not prefixed) | A module with most system commands. Does not contain any modding functionality. | +| `BaseModule` | `base` (not prefixed) | A module with most system commands. Does not contain any modding functionality. |