Switch to library version of Promise

This commit is contained in:
Lucien Greathouse
2018-04-20 23:26:50 -07:00
parent 187194a615
commit 2d71e3ebea
7 changed files with 14 additions and 310 deletions

View File

@@ -1,7 +1,8 @@
local HttpService = game:GetService("HttpService")
local Promise = require(script.Parent.Parent.modules.Promise)
local Config = require(script.Parent.Config)
local Promise = require(script.Parent.Promise)
local Version = require(script.Parent.Version)
local Api = {}