ryczypior / discord-webhook-for-mybb

Discord Webhook for MyBB
MIT License
23 stars 10 forks source link

Webhook doesn' #34

Open Skyridr opened 5 years ago

Skyridr commented 5 years ago

I filled in all hook information in the settings and tried it on 2 different servers with the php requirements as per instructions, but nothing is being referred to discord while the other (but older) mybb discord relay appears to work.. Any idea as to why?

Skyridr commented 5 years ago

** sorry for the title btw, keyboard mess up and accidentally submitted it.

azamet90 commented 4 years ago

im not able to let the script send messages to discord can u help me and send me example of your settings that i can make my changes and use it on me?

TheRedBull205 commented 3 years ago

Change line 38 to: if (preg_match('/^\s*https?://(ptb.)?discord.com/api/webhooks//i', $webhookurl) == 0) { in inc/discord_webhooks/DiscordWebhook.php file.

sylphrena0 commented 3 years ago

Change line 38 to: if (preg_match('/^\s*https?://(ptb.)?discord.com/api/webhooks//i', $webhookurl) == 0) { in inc/discord_webhooks/DiscordWebhook.php file.

This did not fix it for me. Comment out line 38-40 to fix the issue.