Moved the Import datetime to the methods page.
This commit is contained in:
parent
591f1b9dc6
commit
c6df7d00d9
2 changed files with 1 additions and 1 deletions
1
bot.py
1
bot.py
|
|
@ -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()
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue