feat(statistics): Implement achievements.

This commit is contained in:
2023-10-09 21:49:20 +03:00
parent cfc9ea5ea9
commit 01a0f337b7
4 changed files with 498 additions and 2 deletions

View File

@@ -373,3 +373,6 @@ class CoreData(Registry, name="core"):
webhook = discord.Webhook.partial(self.webhookid, self.token, **kwargs)
webhook.proxy = conf.bot.get('proxy', None)
return webhook
workouts = Table('workout_sessions')
topgg = Table('topgg')