mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
fix: function call
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user