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 1cca0e8 commit a529450Copy full SHA for a529450
files/lib/system/discord/event/AbstractCommandReceived.class.php
@@ -2,9 +2,9 @@
2
3
namespace wcf\system\discord\event;
4
5
-use wcf\system\event\IEvent;
+use wcf\event\IPsr14Event;
6
7
-abstract class AbstractCommandReceived implements IEvent
+abstract class AbstractCommandReceived implements IPsr14Event
8
{
9
/**
10
* @var array
0 commit comments