Did some final tweaking to the logger
This commit is contained in:
@@ -12,8 +12,6 @@ load_dotenv()
|
||||
|
||||
contact_user_id = int(os.getenv("AUTHORIZED_USER_ID"))
|
||||
|
||||
logger = logging.getLogger('Nessa')
|
||||
|
||||
class ProjectCommands(app_commands.Group):
|
||||
def __init__(self):
|
||||
super().__init__(name="project", description="Manage projects.")
|
||||
|
Reference in New Issue
Block a user