aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2025-08-12 00:22:04 +0100
committerGravatar Chris Lovering <[email protected]>2025-08-13 16:50:38 +0100
commit2bcef910a462e4da05f65c8f2061a4b91a8da26f (patch)
tree032cc866883ae00203f23a0e6b09f6f4247d130f
parentRevert "Add setup function for `motd` cog" (diff)
Add leading _ so that motd file isn't loaded as a CogHEADmain
-rw-r--r--arthur/exts/systems/_motd.py (renamed from arthur/exts/systems/motd.py)0
-rw-r--r--arthur/exts/systems/system_information.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/systems/motd.py b/arthur/exts/systems/_motd.py
index 8f76da8..8f76da8 100644
--- a/arthur/exts/systems/motd.py
+++ b/arthur/exts/systems/_motd.py
diff --git a/arthur/exts/systems/system_information.py b/arthur/exts/systems/system_information.py
index 98f5228..63c497f 100644
--- a/arthur/exts/systems/system_information.py
+++ b/arthur/exts/systems/system_information.py
@@ -19,7 +19,7 @@ from wand.image import Image
from arthur.apis.systems import lib9front
from arthur.bot import KingArthur
from arthur.config import CONFIG
-from arthur.exts.systems.motd import MOTD
+from arthur.exts.systems._motd import MOTD
BASE_RESOURCE = "https://git.9front.org/plan9front/plan9front/HEAD/{}/raw"
THRESHOLD = 0.01