No really, fixing my imports

This commit is contained in:
AllfatherHatt 2024-04-10 16:34:50 +02:00
parent 0c8b77d553
commit 235d8790b4

View File

@ -1,6 +1,5 @@
import discord
from redbot.core import Config, commands # Import Config from redbot.core
from discord.ext import commands
from redbot.core import Config, commands # This line imports commands as well
from datetime import datetime, timedelta
import pytz