fix: function call

This commit is contained in:
Skillz4Killz
2022-03-25 21:39:43 +00:00
committed by GitHub
parent d2d0dd37ae
commit 8bac0ebf2d

View File

@@ -17,7 +17,7 @@ const rest = createRestManager({
});
// CALL THE REST PROCESS TO GET GATEWAY DATA
const result = await rest.runMethod(rest, "get", endpoints.GATEWAY_BOT).then((
const result = await rest.runMethod(rest, "get", endpoints.GATEWAY_BOT()).then((
res,
) => ({
url: res.url,