diff options
Diffstat (limited to 'arthur/exts/systems/system_information.py')
-rw-r--r-- | arthur/exts/systems/system_information.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |