mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Modify github links to TitanEmbeds organization
This commit is contained in:
parent
4066f629f3
commit
eaf55ba027
@ -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 <https://cs50.io/account/ssh> to github <https://github.com/settings/keys>
|
4. Add your SSH key from this link <https://cs50.io/account/ssh> to github <https://github.com/settings/keys>
|
||||||
5. At the top right corner, click on New Workspace (To create one for Titan) <http://i.imgur.com/em8N1TX.png>
|
5. At the top right corner, click on New Workspace (To create one for Titan) <http://i.imgur.com/em8N1TX.png>
|
||||||
6. Fill in the details, click on Python as the template environment
|
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.
|
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!
|
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.
|
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.
|
||||||
|
@ -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
|
sqlalchemy
|
||||||
asyncio_extras
|
asyncio_extras
|
||||||
|
@ -17,7 +17,7 @@ class DiscordREST:
|
|||||||
def __init__(self, bot_token):
|
def __init__(self, bot_token):
|
||||||
self.global_redis_prefix = "discordapiratelimit/"
|
self.global_redis_prefix = "discordapiratelimit/"
|
||||||
self.bot_token = bot_token
|
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):
|
def init_discordrest(self):
|
||||||
if not self._bucket_contains("global_limited"):
|
if not self._bucket_contains("global_limited"):
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
<div class="footer-copyright">
|
<div class="footer-copyright">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
A project by EndenDragon
|
A project by EndenDragon
|
||||||
<a class="grey-text text-lighten-4 right" href="https://github.com/EndenDragon/Titan">GitHub Repo</a>
|
<a class="grey-text text-lighten-4 right" href="https://github.com/TitanEmbeds/Titan">GitHub Repo</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user