Fix time error
This commit is contained in:
parent
2fbc720ccc
commit
71ab73b861
1 changed files with 1 additions and 1 deletions
|
@ -6,10 +6,10 @@ import ulid
|
|||
import base64
|
||||
import subprocess
|
||||
import discord
|
||||
import time
|
||||
import sys
|
||||
import os
|
||||
import traceback
|
||||
from time import time
|
||||
from inspect import getsource
|
||||
from discord.ext import commands
|
||||
from jarvis.utils import build_embed, convert_bytesize
|
||||
|
|
Loading…
Add table
Reference in a new issue