Skip to content

Commit d709c9f

Browse files
committed
fix helptab import in discord bot
1 parent a066300 commit d709c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ishar_discord.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import discord_secret
1111
from database import db_session
12-
from helptab import search_help_topics
12+
from help.helptab import search_help_topics
1313
from models import Challenge, GlobalEvent, Player, Season
1414
from sentry import sentry_sdk
1515
from sysinfo import get_uptime

0 commit comments

Comments
 (0)