Automatically fetching data with the server

This commit is contained in:
Jeremy Zhang
2017-04-04 06:18:28 +00:00
parent 8a441720a0
commit 9527ef53e5
2 changed files with 30 additions and 1 deletions

View File

@ -20,7 +20,6 @@ def get_logingreeting():
@embed.route("/<string:guild_id>")
def guild_embed(guild_id):
print guild_id
if check_guild_existance(guild_id):
guild = discord_api.get_guild(guild_id)['content']
return render_template("embed.html.j2",