[18:57] info: [#n00bployer] Executing command: /delete 5f447336-454e-403c-b4cb-9f27ff4e7f95 [18:57] info: [#n00bployer] Unrecognized command: /delete

Hello,
I need help where is the problem?
here is the code snippet

function deletemsg(userstate, channel) {
    console.log("check");
    console.log("userstate:", userstate);
    client.say(channel, "/delete " + userstate.id);
}

this function will get called in the onMessageHandler function this worked fine 1-2 months ago and now it doesn’t work anymore does someone knows why

this is the error im getting

[18:57] info: [#n00bployer] Executing command: /delete 5f447336-454e-403c-b4cb-9f27ff4e7f95 [18:57] info: [#n00bployer] Unrecognized command: /delete

Commands over IRC has been deprecated and fully removed as of 24th February 2023 Deprecation of chat commands through IRC

Please migrate to the API

is there any option to still run the command?

Yes, by using an API call instead of a chat command.

thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.