Moved the Import datetime to the methods page.

This commit is contained in:
Speediestsaf 2025-07-24 17:06:00 +00:00
parent 591f1b9dc6
commit c6df7d00d9
2 changed files with 1 additions and 1 deletions

1
bot.py
View file

@ -8,7 +8,6 @@
import discord, os, json, methods import discord, os, json, methods
from discord.ext import commands from discord.ext import commands
from dotenv import load_dotenv from dotenv import load_dotenv
import datetime
#Load .env file. #Load .env file.
load_dotenv() load_dotenv()

View file

@ -3,6 +3,7 @@
#Imports. #Imports.
import os, json, discord, random, math import os, json, discord, random, math
from dotenv import load_dotenv from dotenv import load_dotenv
import datetime
#Load .env file. #Load .env file.
load_dotenv() load_dotenv()