@@ -28,7 +28,7 @@ It's getting even better: The **Chat Overflow** license allows you to sell your
28
28
29
29
And it's so easy. Here is all the code to get started with a simple twitch chat bot:
30
30
31
- ```
31
+ ``` java
32
32
twitchChat = require. input. twitchChat()
33
33
twitchChat. get. registerMessageHandler(msg = > ... )
34
34
```
@@ -37,8 +37,9 @@ And it's so easy. Here is all the code to get started with a simple twitch chat
37
37
38
38
* Current development state: ** Pre-Alpha***
39
39
40
- * There are still missing platforms. This is a open-source project. You can [ help] ( https://github.com/codeoverflow-org/chatoverflow/issues ) , too!
41
- ** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, ...
40
+ \* There are still missing platforms. This is a open-source project. You can [ help] ( https://github.com/codeoverflow-org/chatoverflow/issues ) , too!
41
+
42
+ \* * The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, ...
42
43
43
44
### Installation / Releases
44
45
Head over to [ releases] ( https://github.com/codeoverflow-org/chatoverflow/releases ) .
@@ -65,4 +66,4 @@ The perfect place if you need help with the framework, found a bug or want to sh
65
66
66
67
Code Overflow started as a coding-livestream project from 3 computer science students @ [ KIT, Karlsruhe] ( http://www.kit.edu/ ) .
67
68
Now, it is a team of free open-source developers, sitting all over the world (really, lol).
68
- The project is headed by [ skate702] ( http://skate702.de ) .
69
+ The project is headed by [ skate702] ( http://skate702.de ) .
0 commit comments