diff --git a/README.md b/README.md index d34edbf..bcf10f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Titan -**Visit our website! [https://titanembeds.tk/](https://titanembeds.tk/) And get started *right away*!** +**Visit our website! [https://titanembeds.com/](https://titanembeds.com/) And get started *right away*!** There was a time when Discord doesn't support embedding the chat on a webpage. But with Titan, you can! It is as simple as 1, 2, 3! 1. Invite the bot to your server (You must have "Manage Server" permissions) diff --git a/discordbot/titanembeds/bot.py b/discordbot/titanembeds/bot.py index 21ac976..7b658af 100644 --- a/discordbot/titanembeds/bot.py +++ b/discordbot/titanembeds/bot.py @@ -80,7 +80,7 @@ class Titan(discord.Client): print('------') await self.change_presence( - game=discord.Game(name="Embed your Discord server! Visit https://TitanEmbeds.tk/"), status=discord.Status.online + game=discord.Game(name="Embed your Discord server! Visit https://TitanEmbeds.com/"), status=discord.Status.online ) try: diff --git a/webapp/titanembeds/templates/about.html.j2 b/webapp/titanembeds/templates/about.html.j2 index 694979f..84b15f0 100644 --- a/webapp/titanembeds/templates/about.html.j2 +++ b/webapp/titanembeds/templates/about.html.j2 @@ -46,7 +46,7 @@ etc.
Use query parameters to customize your individual embeds out of this world!
-Query parameters are in the format of key-value pairs. They are appended after your embed url such that it would look like so:
https://titanembeds.tk/embed/1234567890?css=1&theme=DiscordDark&theme=DiscordDark
Query parameters are in the format of key-value pairs. They are appended after your embed url such that it would look like so:
https://titanembeds.com/embed/1234567890?css=1&theme=DiscordDark&theme=DiscordDark
Below is the reference of all the avaliable query parameters that may be used.
This user defined CSS has a unique ID of {{ css.id }}.
To use this CSS in the embed, you must apped a ?css={{ css.id }}
to the embed URL.
Something like this will work:
- +