Skip to content

Commit

Permalink
chore: remove args
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Sep 22, 2024
1 parent 985de3a commit abf5c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/TestClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fun main() {
val wsAccessToken = System.getenv("WS_ACCESS_TOKEN")
val rob = ROneBotFactory.createClient(wsAddress, wsAccessToken, object : OneBotListener {

override suspend fun onWebsocketOpenEvent(listeningGroups: List<Long>) {
override suspend fun onWebsocketOpenEvent() {
this.broadcastMessage(MessageChain.Builder().addText("sda").build())
}
override suspend fun onGroupMessage(message: GroupMessage, json: String) {
Expand Down

0 comments on commit abf5c54

Please sign in to comment.