Skip to content

Commit

Permalink
fix: Correct ID in paid member
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-er committed Aug 21, 2023
1 parent 966a129 commit c39c668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slashCommands/admin/nukepaid.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {

role.delete(role.id, 'The Nuke Paid Command Was Run. ');

const channel = client.channels.cache.get('1143157359917682711');
const channel = client.channels.cache.get('906167802195484732');
channel.setName(`Paid Members: 0`);

const newRole = interaction.guild.roles.cache.find(
Expand Down

0 comments on commit c39c668

Please sign in to comment.