Skip to content

Commit

Permalink
Logging in version
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Nov 27, 2024
1 parent ffb558b commit 2c900df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sausage_bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ async def clear_locals(ctx):
async def get_version(interaction: discord.Interaction):
await interaction.response.defer(ephemeral=True)
version_in = file_io.read_json(envs.version_file)
log.debug(f'Got `version_in`: {version_in}')
await interaction.followup.send(
'Branch: {}\n'
'Last commit message: {}\n'
Expand Down

0 comments on commit 2c900df

Please sign in to comment.