diff options
| -rw-r--r-- | discord/object.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/object.py b/discord/object.py index 5ea9be2c..ad201d04 100644 --- a/discord/object.py +++ b/discord/object.py @@ -23,7 +23,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -from .utils import snowflake_time +from . import utils class Object: """Represents a generic Discord object. |