From a8b148c4c7a54ed342e0e5f2a8a8bee4d0a836f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Fri, 8 Jan 2021 15:30:22 +0100 Subject: [PATCH] no idea what that did --- .idea/HytaleUpdateBot.iml | 12 + .idea/modules.xml | 8 + .idea/workspace.xml | 90 +++++--- src/main/kotlin/de/wulkanat/OwnerCli.kt | 103 ++++++++- .../kotlin/de/wulkanat/cli/ArgumentType.kt | 18 ++ src/main/kotlin/de/wulkanat/cli/Cli.kt | 216 ++++++++++++++++++ .../de/wulkanat/cli/CliDiscordExtension.kt | 52 +++++ src/main/kotlin/de/wulkanat/cli/CliPublic.kt | 7 + src/main/kotlin/de/wulkanat/cli/Command.kt | 23 ++ twitter.json | 8 + 10 files changed, 499 insertions(+), 38 deletions(-) create mode 100644 .idea/HytaleUpdateBot.iml create mode 100644 .idea/modules.xml create mode 100644 src/main/kotlin/de/wulkanat/cli/ArgumentType.kt create mode 100644 src/main/kotlin/de/wulkanat/cli/Cli.kt create mode 100644 src/main/kotlin/de/wulkanat/cli/CliDiscordExtension.kt create mode 100644 src/main/kotlin/de/wulkanat/cli/CliPublic.kt create mode 100644 src/main/kotlin/de/wulkanat/cli/Command.kt create mode 100644 twitter.json diff --git a/.idea/HytaleUpdateBot.iml b/.idea/HytaleUpdateBot.iml new file mode 100644 index 0000000..b7756dd --- /dev/null +++ b/.idea/HytaleUpdateBot.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2ce531d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 65650db..f5619da 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,9 @@