Hotfix to enable /tcard

This commit is contained in:
Vivek Santayana 2021-08-04 14:14:38 +01:00
parent e441ba63a0
commit 9656249655

View File

@ -278,6 +278,7 @@ if yaml_load(configFile):
if any([x for x in yaml_load(lookupFile).values()]):
loadCog(f'./{cogsDir}/slashcommands/secondary/game_management.py')
loadCog(f'./{cogsDir}/slashcommands/secondary/player_commands.py')
loadCog(f'./{cogsDir}/slashcommands/secondary/tcard.py')
loadCog(f'./{cogsDir}/slashcommands/secondary/pitch.py')
if yaml_load(pitchesFile):
loadCog(f'./{cogsDir}/events/secondary/pitch_listener.py')