mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-03-31 14:11:56 +02:00
Removed unused me user endpoint
This commit is contained in:
parent
c202008663
commit
a2202da45b
@ -121,11 +121,6 @@ def update_administrate_guild(guild_id):
|
|||||||
mentions_limit=db_guild.mentions_limit,
|
mentions_limit=db_guild.mentions_limit,
|
||||||
)
|
)
|
||||||
|
|
||||||
@user.route('/me')
|
|
||||||
@discord_users_only()
|
|
||||||
def me():
|
|
||||||
return jsonify(user=get_current_authenticated_user())
|
|
||||||
|
|
||||||
def prepare_guild_members_list(members, bans):
|
def prepare_guild_members_list(members, bans):
|
||||||
all_users = []
|
all_users = []
|
||||||
ip_pool = []
|
ip_pool = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user