Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
bafaurazan committed Mar 13, 2024
1 parent 7638db8 commit 59f3866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.contrib import admin
from django.conf import settings
from django.urls import path, include
Expand Down
1 change: 1 addition & 0 deletions discord_bot/discord_bot/bot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Sets up discord bot."""

import os
from collections import defaultdict
from typing import Self
Expand Down
1 change: 1 addition & 0 deletions discord_bot/discord_bot/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""All configurations."""

PREFIX = "!"
BOT_NAME = ""

0 comments on commit 59f3866

Please sign in to comment.