From d51410d802f405a5e4f6c7528bd63fd29ab507c0 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Fri, 15 Nov 2019 13:20:44 -0800 Subject: [PATCH] Launching TitanDocs --- discordbot/titanembeds/commands.py | 2 +- webapp/titanembeds/templates/about.html.j2 | 13 +++++++++++++ webapp/titanembeds/templates/embed.html.j2 | 2 +- webapp/titanembeds/templates/site_layout.html.j2 | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/discordbot/titanembeds/commands.py b/discordbot/titanembeds/commands.py index e1d2e9e..12fb975 100644 --- a/discordbot/titanembeds/commands.py +++ b/discordbot/titanembeds/commands.py @@ -108,7 +108,7 @@ class Commands(): await message.channel.send("This instance of Titan Embeds Discord Bot is running on shard **{}**. There are **{}** shards in total.".format(message.guild.shard_id, self.client.shard_count)) async def help(self, message): - await message.channel.send("Commands available on: https://titanembeds.com/about\nTo setup an embed please visit: https://titanembeds.com/user/dashboard") + await message.channel.send("Commands available on: https://docs.titanembeds.com/Commands/\nTo setup an embed please visit: https://titanembeds.com/user/dashboard") async def members(self, message): headers = {"Authorization": self.config["titan-web-app-secret"]} diff --git a/webapp/titanembeds/templates/about.html.j2 b/webapp/titanembeds/templates/about.html.j2 index 2119660..d03539f 100644 --- a/webapp/titanembeds/templates/about.html.j2 +++ b/webapp/titanembeds/templates/about.html.j2 @@ -2,6 +2,19 @@ {% set title="About Titan" %} {% block content %} +
+ +
+ +

In the beginning, there was silence.

People diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index 227ab30..71fa5da 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -372,7 +372,7 @@

#

BOT
gavel - person_pin + person_pin attach_money check_box
diff --git a/webapp/titanembeds/templates/site_layout.html.j2 b/webapp/titanembeds/templates/site_layout.html.j2 index 884490c..9a3701b 100644 --- a/webapp/titanembeds/templates/site_layout.html.j2 +++ b/webapp/titanembeds/templates/site_layout.html.j2 @@ -75,8 +75,8 @@