UpdateDeletedStory
A story was deleted.
client.on("deletedStory", (ctx) => {
console.log("The story", ctx.deletedStory, "was deleted");
});
Properties
DISCRIMINATOR
A story was deleted.
client.on("deletedStory", (ctx) => {
console.log("The story", ctx.deletedStory, "was deleted");
});