-
Notifications
You must be signed in to change notification settings - Fork 0
Types.Message.deletable
github-actions[bot] edited this page Sep 30, 2024
·
3 revisions
if the message can be deleted
type: Boolean
client.on("send", (ctx) => {
ctx.deletable;
});