Skip to content
This repository was archived by the owner on May 19, 2024. It is now read-only.

Commit 7909b83

Browse files
committed
they increased the limit :catquake:
1 parent ea15950 commit 7909b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Aggregator
2-
Aggregator forwards messages from channels which follow announcement channels to a singular target channel in order to circumvent Discord's 10 webhook per channel limitation.
2+
Aggregator forwards messages from channels which follow announcement channels to a singular target channel in order to circumvent Discord's 15 webhook per channel limitation.
33

44
Using Aggregator is simple. Simply use /redirect set and specify the channel and the target channel.
55

src/main/kotlin/io/github/petercrawley/aggregator/commands/HelpCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class HelpCommand : CommandClass() {
1313
fun onHelpCommand(event: SlashCommandInteractionEvent) = event.replyEmbeds(messageEmbed(
1414
title = "Aggregator",
1515
description = """
16-
Aggregator forwards messages from channels which follow announcement channels to a singular target channel in order to circumvent Discord's 10 webhook per channel limitation.
16+
Aggregator forwards messages from channels which follow announcement channels to a singular target channel in order to circumvent Discord's 15 webhook per channel limitation.
1717
1818
Using Aggregator is simple. Simply use </redirect set:1055163258102886490> and specify the channel and the target channel.
1919

0 commit comments

Comments
 (0)