from django.urls import path from . import views urlpatterns = [ path('bot/discord', views.discord_bot, name='discord_bot'), ]