A channel can be set as frozen with the following command
const update = await channel.update(
{ frozen: true },
);
Once a channel is set to frozen, it can be read but no messages can be sent to it - attempting will trigger an error.
A channel can be set as frozen with the following command
const update = await channel.update(
{ frozen: true },
);
Once a channel is set to frozen, it can be read but no messages can be sent to it - attempting will trigger an error.
Comments
0 comments
Please sign in to leave a comment.