-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix daily shop refresh notification because it was complely wrong
- Loading branch information
1 parent
03c7f60
commit 19520be
Showing
4 changed files
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...n/kotlin/net/perfectdreams/loritta/morenitta/websiteinternal/rpc/processors/Processors.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package net.perfectdreams.loritta.morenitta.websiteinternal.rpc.processors | ||
|
||
import net.perfectdreams.loritta.morenitta.websiteinternal.InternalWebServer | ||
import net.perfectdreams.loritta.morenitta.websiteinternal.rpc.processors.loritta.DailyShopRefreshedProcessor | ||
import net.perfectdreams.loritta.morenitta.websiteinternal.rpc.processors.loritta.GetLorittaInfoProcessor | ||
|
||
class Processors(val internalWebServer: InternalWebServer) { | ||
val getLorittaInfoProcessor = GetLorittaInfoProcessor(internalWebServer.m) | ||
val executeDashGuildScopedProcessor = ExecuteDashGuildScopedProcessor(internalWebServer, internalWebServer.m) | ||
val dailyShopRefreshedProcessor = DailyShopRefreshedProcessor(internalWebServer.m) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters