Skip to content

Commit 87362c3

Browse files
committed
fix class name
1 parent 6c972c5 commit 87362c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/lib/system/interaction/admin/DiscordWebhookInteractions.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Override;
66
use wcf\data\discord\bot\DiscordBot;
7+
use wcf\data\discord\webhook\DiscordWebhook;
78
use wcf\event\interaction\admin\DiscordWebhookInteractionCollecting;
89
use wcf\system\event\EventHandler;
910
use wcf\system\interaction\AbstractInteractionProvider;
@@ -25,6 +26,6 @@ public function __construct()
2526
#[Override]
2627
public function getObjectClassName(): string
2728
{
28-
return DiscordBot::class;
29+
return DiscordWebhook::class;
2930
}
3031
}

0 commit comments

Comments
 (0)