Skip to content

Commit

Permalink
fix helptab import in discord bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoc committed Dec 19, 2022
1 parent a066300 commit d709c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ishar_discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import discord_secret
from database import db_session
from helptab import search_help_topics
from help.helptab import search_help_topics
from models import Challenge, GlobalEvent, Player, Season
from sentry import sentry_sdk
from sysinfo import get_uptime
Expand Down

0 comments on commit d709c9f

Please sign in to comment.