miltu-bot refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BotConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'bot'
|
||||
class BotConfigApp(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "bot"
|
||||
verbose_name = "Telegram Bot"
|
||||
|
||||
Reference in New Issue
Block a user