File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 7
7
use wcf \data \discord \bot \DiscordBotList ;
8
8
use wcf \data \file \FileEditor ;
9
9
10
- final class DiscordWebhookAvatarRebuildDataWorker extends AbstractRebuildDataWorker
10
+ final class DiscordWebhookAvatarRebuildDataWorker extends AbstractLinearRebuildDataWorker
11
11
{
12
12
/**
13
13
* @inheritDoc
14
14
*/
15
15
protected $ objectListClassName = DiscordBotList::class;
16
16
17
+ /**
18
+ * @inheritDoc
19
+ */
20
+ protected $ limit = 100 ;
21
+
17
22
#[Override]
18
23
public function execute ()
19
24
{
Original file line number Diff line number Diff line change 6
6
<packagename language =" de" >Discord-API</packagename >
7
7
<packagedescription >API to cummincate with Discord.</packagedescription >
8
8
<packagedescription language =" de" >API um mit Discord zu kommunizieren.</packagedescription >
9
- <version >2.7.1 </version >
10
- <date >2024-10-11 </date >
9
+ <version >2.7.2 </version >
10
+ <date >2024-10-22 </date >
11
11
<license >https://creativecommons.org/publicdomain/zero/1.0/deed.en</license >
12
12
</packageinformation >
13
13
<authorinformation >
33
33
<instruction type =" option" />
34
34
<instruction type =" database" >acp/database/install_dev.hanashi.wsc.discord-api.php</instruction >
35
35
</instructions >
36
- <instructions type =" update" fromversion =" 2.7.0 " >
36
+ <instructions type =" update" fromversion =" 2.7.1 " >
37
37
<instruction type =" file" />
38
- <instruction type =" language" />
39
- <instruction type =" objectType" />
40
- <instruction type =" database" >acp/database/install_dev.hanashi.wsc.discord-api.php</instruction >
41
38
</instructions >
42
39
<instructions type =" update" fromversion =" 2.6.*" >
43
40
<instruction type =" file" />
You can’t perform that action at this time.
0 commit comments