Skip to content

Commit fc89d3a

Browse files
committed
Add leading _ so that motd file isn't loaded as a Cog
1 parent 9c5b03a commit fc89d3a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

arthur/exts/systems/system_information.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from arthur.apis.systems import lib9front
2020
from arthur.bot import KingArthur
2121
from arthur.config import CONFIG
22-
from arthur.exts.systems.motd import MOTD
22+
from arthur.exts.systems._motd import MOTD
2323

2424
BASE_RESOURCE = "https://git.9front.org/plan9front/plan9front/HEAD/{}/raw"
2525
THRESHOLD = 0.01

0 commit comments

Comments
 (0)