Skip to content

Commit 076db30

Browse files
committed
build job remediation
1 parent d8e4a5f commit 076db30

File tree

6 files changed

+6
-222
lines changed

6 files changed

+6
-222
lines changed

archive/main.py

Lines changed: 0 additions & 217 deletions
This file was deleted.

bot/bot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import os
22
import sys
3-
import discord
43
from discord.ext import commands
4+
from config.settings import BOT_PREFIX, INTENTS
55

66
# Ensure the project root is in the system path
7-
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
7+
# sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
88

9-
from config.settings import BOT_PREFIX, INTENTS
109

1110
class MyBot(commands.Bot):
1211
def __init__(self):

bot/commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Empty file to mark the directory as a Python package
1+
# Empty file to mark the directory as a Python package

bot/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Empty file to mark the directory as a Python package
1+
# Empty file to mark the directory as a Python package

config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Empty file to mark the directory as a Python package

data/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Empty file to mark the directory as a Python package

0 commit comments

Comments
 (0)