Skip to content

Commit a529450

Browse files
committed
remove deprecation of IEvent
1 parent 1cca0e8 commit a529450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/lib/system/discord/event/AbstractCommandReceived.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace wcf\system\discord\event;
44

5-
use wcf\system\event\IEvent;
5+
use wcf\event\IPsr14Event;
66

7-
abstract class AbstractCommandReceived implements IEvent
7+
abstract class AbstractCommandReceived implements IPsr14Event
88
{
99
/**
1010
* @var array

0 commit comments

Comments
 (0)