Added Import datetime
This commit is contained in:
parent
41da1617d7
commit
4dbbe36236
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
|
@ -8,6 +8,7 @@
|
||||||
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()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue