Skip to content

Commit

Permalink
[SFU] Add missing period to help text
Browse files Browse the repository at this point in the history
Co-authored-by: Dat Quach <quachtridat@yahoo.com.vn>
  • Loading branch information
Injabie3 and quachtridat committed May 18, 2024
1 parent 99d0137 commit 0307577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/sfu/roads.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def cam(self, ctx: Context, cam: str = ""):
fetchedData.raise_for_status()
except requests.exceptions.HTTPError:
await ctx.send(
":warning: This webcam is currently unavailable! Please try again later"
":warning: This webcam is currently unavailable! Please try again later."
)
# self.logger.error(exc_info=True)
return
Expand Down

0 comments on commit 0307577

Please sign in to comment.