diff options
| -rw-r--r-- | arthur/exts/systems/_motd.py (renamed from arthur/exts/systems/motd.py) | 0 | ||||
| -rw-r--r-- | arthur/exts/systems/system_information.py | 2 | 
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 | 
