Skip to content

Commit

Permalink
remove the bot subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Jan 24, 2024
1 parent 47f1da3 commit a4f7871
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bot/src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging

import uvloop
from bot.cogs import (
from cogs import (
Cache,
GithubAuth,
JSONCache,
Expand Down
2 changes: 1 addition & 1 deletion bot/src/utils/access_control_decorators.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Callable

from bot.cogs.cache import Cache
from cogs.cache import Cache
from config import config
from nextcord import (
ApplicationCheckFailure,
Expand Down

0 comments on commit a4f7871

Please sign in to comment.