1from django.apps import AppConfig2 3 4class BotConfig(AppConfig):5 default_auto_field = 'django.db.models.BigAutoField'6 name = 'bot'7