Skip to content

Commit

Permalink
Fix misc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 14, 2023
1 parent 6660370 commit d68d5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ async def about(ctx: SnedSlashContext) -> None:
**• Online since:** {helpers.format_dt(ctx.app.start_time, style='R')}
**• Invite:** [Invite me!](https://discord.com/oauth2/authorize?client_id={me.id}&permissions=1494984682710&scope=bot%20applications.commands)
**• Support:** [Click here!](https://discord.gg/KNKr8FPmJa)
**• Terms of Service:** [Click here!](https://github.com/hypergonial/snedbot_v2/blob/main/tos.md)
**• Privacy Policy:** [Click here!](https://github.com/hypergonial/snedbot_v2/blob/main/privacy.md)\n
**• Terms of Service:** [Click here!](https://github.com/hypergonial/snedbot/blob/main/tos.md)
**• Privacy Policy:** [Click here!](https://github.com/hypergonial/snedbot/blob/main/privacy.md)\n
Blob emoji is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)""",
color=const.EMBED_BLUE,
)
Expand Down

0 comments on commit d68d5cc

Please sign in to comment.