mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01: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,
|
||||
)
|
||||
|
||||
@user.route('/me')
|
||||
@discord_users_only()
|
||||
def me():
|
||||
return jsonify(user=get_current_authenticated_user())
|
||||
|
||||
def prepare_guild_members_list(members, bans):
|
||||
all_users = []
|
||||
ip_pool = []
|
||||
|
Loading…
Reference in New Issue
Block a user