fix: constant urls endpoints need to be functions

This commit is contained in:
Skillz4Killz
2022-03-25 19:23:44 +00:00
committed by GitHub
parent 18bf53ac6b
commit fbbac43053
12 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export async function createStageInstance(bot: Bot, channelId: bigint, topic: st
const result = await bot.rest.runMethod<DiscordStageInstance>(
bot.rest,
"post",
bot.constants.endpoints.STAGE_INSTANCES,
bot.constants.endpoints.STAGE_INSTANCES(),
{
channel_id: channelId.toString(),
topic,