-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d22678b
commit 58e11ec
Showing
7 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
module DiscordBot.app.main { | ||
requires java.datatransfer; | ||
requires DiscordKt; | ||
requires annotations; | ||
requires com.fasterxml.jackson.core; | ||
requires com.fasterxml.jackson.databind; | ||
requires com.fasterxml.jackson.dataformat.yaml; | ||
requires com.fasterxml.jackson.kotlin; | ||
requires emoji; | ||
requires gson; | ||
requires kord.common; | ||
requires kord.core; | ||
requires kord.gateway; | ||
requires kord.rest; | ||
requires kotlin.logging.jvm; | ||
requires kotlin.reflect; | ||
requires kotlin.stdlib; | ||
requires kotlinx.coroutines.core.jvm; | ||
requires kotlinx.serialization.core; | ||
requires kotlinx.serialization.json; | ||
requires okhttp3; | ||
} |
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