From adc53760729e05edc987177c13849184fcd4f555 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 20 Jan 2025 14:17:15 -0500 Subject: [PATCH] templates/discord-bot: remove Nomen-specific imports --- templates/discord-bot/rename/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/discord-bot/rename/main.py b/templates/discord-bot/rename/main.py index 54e1fe2..b336a23 100644 --- a/templates/discord-bot/rename/main.py +++ b/templates/discord-bot/rename/main.py @@ -8,8 +8,6 @@ from disnake.ext.commands import Bot from dotenv import find_dotenv, load_dotenv from .db import setup_db -from .notifications import Notifications -from .settings import Settings # Logger setup logger_disnake = logging.getLogger("disnake")