From 4cdbe3079c01ed6857fee864afd9f3dfa9e2d4a2 Mon Sep 17 00:00:00 2001 From: kieranrobson Date: Fri, 13 May 2022 19:55:08 +0100 Subject: [PATCH] Updated ID for paid member requests --- events/modalSubmitInteraction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/modalSubmitInteraction.js b/events/modalSubmitInteraction.js index fea6a10..f3473c3 100644 --- a/events/modalSubmitInteraction.js +++ b/events/modalSubmitInteraction.js @@ -3,7 +3,7 @@ const discord = require('discord.js'); client.on('modalSubmitInteraction', async (interaction) => { if(interaction.customId === 'modal-paidmember'){ - const execchannel = client.channels.cache.get('970027557607071754') + const execchannel = client.channels.cache.get('974268736079015956') const embed = new discord.MessageEmbed() .setTitle("New Paid Member Request")