• Resolved mihionmc

    (@mihionmc)


    Helleo

    So I have made the webhook pasted the Discord Bot Token and Discord Webhook URL.

    But nothing happens on Discord when I make an test on my site.

    What am I missing?

    • This topic was modified 6 years, 8 months ago by mihionmc.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mihionmc

    (@mihionmc)

    Okay, I got some help and i now understand how it works…

    I’m using it with my own dev bot and I see some errors:
    (node:19640) DeprecationWarning: TextChannel#sendMessage: use TextChannel#send instead
    and
    (node:22402) DeprecationWarning: TextChannel#sendMessage: use TextChannel#send instead
    (node:22402) DeprecationWarning: ClientUser#setGame: use ClientUser#setActivity instead
    events.js:171
    throw err; // Unhandled ‘error’ event
    ^

    Error [ERR_UNHANDLED_ERROR]: Unhandled error. ([object Object])
    at Client.emit (events.js:169:17)
    at WebSocketConnection.onError (/code/mihion/botz/matrix/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:371:17)
    at WebSocket.onError (/code/mihion/botz/matrix/node_modules/ws/lib/event-target.js:128:16)
    at WebSocket.emit (events.js:180:13)
    at WebSocket.finalize (/code/mihion/botz/matrix/node_modules/ws/lib/websocket.js:190:41)
    at TLSSocket.emit (events.js:180:13)
    at emitErrorNT (internal/streams/destroy.js:64:8)
    at process._tickCallback (internal/process/next_tick.js:114:19)

    Plugin Author Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hi @mihionmc,
    I’ve never seen those errors before and I’m not sure what they are. It looks like some configuration is wrong with your bot or the channels. Did you double-check that?

    Hi, sorry for my English
    Messages are sometimes published and sometimes not published. Need Your help =((

    This plugin is not working any more after previous update… ??

    Plugin Author Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    I removed the option that was causing the issue. Now it’s back to how it was before the version 1.1.0 since that option was just causing issues.

    You can use the filter wp_discord_post_is_new_post to send also old posts.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Setup is ok bot is ok bt nothing happens’ is closed to new replies.