Added TG bot

This commit is contained in:
Ultradesu
2025-08-15 04:02:22 +03:00
parent 402e4d84fc
commit 36f9e495b5
52 changed files with 6376 additions and 2081 deletions

View File

@@ -362,8 +362,8 @@ class SubscriptionGroup(models.Model):
updated_at = models.DateTimeField(auto_now=True)
class Meta:
verbose_name = "Subscriptions"
verbose_name_plural = "Subscriptions"
verbose_name = "XRay-core"
verbose_name_plural = "XRay-core"
ordering = ['name']
def __str__(self):