Import config into main

This commit is contained in:
Nexus 2024-01-06 20:29:58 +00:00
parent 6fcd23ee35
commit 56b5e7ed86
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -8,6 +8,7 @@ import discord
import toml import toml
from discord.ext import commands from discord.ext import commands
from rich.logging import RichHandler from rich.logging import RichHandler
from config import CONFIG
log = logging.getLogger("jimmy") log = logging.getLogger("jimmy")