mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Fix a few stuff in dashboard
This commit is contained in:
1
titanembeds/blueprints/embed/__init__.py
Normal file
1
titanembeds/blueprints/embed/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from embed import embed
|
@ -0,0 +1,7 @@
|
||||
from flask import Blueprint
|
||||
|
||||
embed = Blueprint("embed", __name__)
|
||||
|
||||
@embed.route("/<guild_id>")
|
||||
def guild_embed(guild_id):
|
||||
return guild_id
|
||||
|
Reference in New Issue
Block a user