We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c972c5 commit 87362c3Copy full SHA for 87362c3
files/lib/system/interaction/admin/DiscordWebhookInteractions.class.php
@@ -4,6 +4,7 @@
4
5
use Override;
6
use wcf\data\discord\bot\DiscordBot;
7
+use wcf\data\discord\webhook\DiscordWebhook;
8
use wcf\event\interaction\admin\DiscordWebhookInteractionCollecting;
9
use wcf\system\event\EventHandler;
10
use wcf\system\interaction\AbstractInteractionProvider;
@@ -25,6 +26,6 @@ public function __construct()
25
26
#[Override]
27
public function getObjectClassName(): string
28
{
- return DiscordBot::class;
29
+ return DiscordWebhook::class;
30
}
31
0 commit comments