From eaf55ba027f490c258b6c4085183b7356707bc9d Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Sun, 30 Jul 2017 23:10:35 +0000 Subject: [PATCH] Modify github links to TitanEmbeds organization --- CONTRIBUTING.md | 2 +- discordbot/requirements.txt | 2 +- webapp/titanembeds/discordrest.py | 2 +- webapp/titanembeds/templates/site_layout.html.j2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d478bcc..216fe01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ For those who would like to run the codebase yourself, you may follow the instru 4. Add your SSH key from this link to github 5. At the top right corner, click on New Workspace (To create one for Titan) 6. Fill in the details, click on Python as the template environment -7. Set the `Clone from Git or Mercurial url` to `git@github.com:EndenDragon/Titan.git` This should pull titan to your workspace. +7. Set the `Clone from Git or Mercurial url` to `git@github.com:TitanEmbeds/Titan.git` This should pull titan to your workspace. 8. Right click `cloud9_install.sh` file at the left sidebar and click run. This will set everything up. 9. Afterwards, just edit the respective config.py files in the webapp/discordbot directories and you are ready to go! 10. Now you're ready to run Titan... webapp! To make the webapp to work, rightclick `run_c9.py` file and click run. Congratz! It will tell you the exact url where your stuff is running at. diff --git a/discordbot/requirements.txt b/discordbot/requirements.txt index a15e5e1..94ca12d 100644 --- a/discordbot/requirements.txt +++ b/discordbot/requirements.txt @@ -1,3 +1,3 @@ -https://github.com/EndenDragon/discord.py/archive/async.zip#egg=discord.py[voice] +https://github.com/TitanEmbeds/discord.py/archive/async.zip#egg=discord.py[voice] sqlalchemy asyncio_extras diff --git a/webapp/titanembeds/discordrest.py b/webapp/titanembeds/discordrest.py index 4739c41..3afc03b 100644 --- a/webapp/titanembeds/discordrest.py +++ b/webapp/titanembeds/discordrest.py @@ -17,7 +17,7 @@ class DiscordREST: def __init__(self, bot_token): self.global_redis_prefix = "discordapiratelimit/" self.bot_token = bot_token - self.user_agent = "TitanEmbeds (https://github.com/EndenDragon/Titan) Python/{} requests/{}".format(sys.version_info, requests.__version__) + self.user_agent = "TitanEmbeds (https://github.com/TitanEmbeds/Titan) Python/{} requests/{}".format(sys.version_info, requests.__version__) def init_discordrest(self): if not self._bucket_contains("global_limited"): diff --git a/webapp/titanembeds/templates/site_layout.html.j2 b/webapp/titanembeds/templates/site_layout.html.j2 index d221ca5..d89a40b 100644 --- a/webapp/titanembeds/templates/site_layout.html.j2 +++ b/webapp/titanembeds/templates/site_layout.html.j2 @@ -68,7 +68,7 @@