Fix import for Object.created_at

This commit is contained in:
Rapptz 2016-09-10 23:06:02 -04:00
parent 26f5bcd725
commit 1a0182e6eb

View File

@ -23,7 +23,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE. DEALINGS IN THE SOFTWARE.
""" """
from .utils import snowflake_time from . import utils
class Object: class Object:
"""Represents a generic Discord object. """Represents a generic Discord object.