mirror of
https://github.com/Art-Portal/April.git
synced 2024-12-26 03:14:17 +01:00
Bug squashed
Corected bug where ticket wouldn't re-add the artists when reopened in the paid category
This commit is contained in:
parent
4ffa8d3f1f
commit
87b1177bae
@ -91,7 +91,7 @@ module.exports = {
|
||||
allow: [PermissionFlagsBits.ViewChannel, PermissionFlagsBits.ManageChannels],
|
||||
},
|
||||
]);
|
||||
if (interaction.channel.parentId == '780559502105378836'){
|
||||
if (['1040706105321467934', '780559502105378836'].includes(interaction.channel.parentId)){
|
||||
await interaction.channel.permissionOverwrites.create('780007193688801321', {
|
||||
ViewChannel: true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user