Skip to content

Commit

Permalink
✨ | questoes.json -> questions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SayuryKato committed Oct 24, 2022
1 parent 7f40083 commit dbd9e82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calax/model/service/calax/commands/help/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Command to be used when asker doesn't know what to ask
@calax.bot.command()
async def help(context: Context):
questions_path: str = f'{ROOT_PATH}/src/json/questoes.json'
questions_path: str = f'{ROOT_PATH}/src/json/questions.json'
player: Player = Player(str(context.author.id))
player.user = calax.bot.get_user(int(player.id))
player_room: Room = findRoomInCalaxByPlayerId(player.id, calax)
Expand Down
File renamed without changes.

0 comments on commit dbd9e82

Please sign in to comment.