Skip to content

Commit 2bcef91

Browse files
committed
Add leading _ so that motd file isn't loaded as a Cog
1 parent 566ca3d commit 2bcef91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

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)