mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Add voting statics to admin panel
This commit is contained in:
@ -503,6 +503,6 @@ def webhook_discordbotsorg_vote():
|
||||
referrer = int(float(params["referrer"]))
|
||||
except:
|
||||
pass
|
||||
DBLTrans = DiscordBotsOrgTransactions(int(float(user_id)), vote_type, referrer)
|
||||
DBLTrans = DiscordBotsOrgTransactions(int(user_id), vote_type, referrer)
|
||||
db.session.add(DBLTrans)
|
||||
return ('', 204)
|
Reference in New Issue
Block a user