diff options
Diffstat (limited to 'sw-bot/src/main/kotlin')
-rw-r--r-- | sw-bot/src/main/kotlin/org/luxons/sevenwonders/bot/SevenWondersBot.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw-bot/src/main/kotlin/org/luxons/sevenwonders/bot/SevenWondersBot.kt b/sw-bot/src/main/kotlin/org/luxons/sevenwonders/bot/SevenWondersBot.kt index 89630b63..9f5f2983 100644 --- a/sw-bot/src/main/kotlin/org/luxons/sevenwonders/bot/SevenWondersBot.kt +++ b/sw-bot/src/main/kotlin/org/luxons/sevenwonders/bot/SevenWondersBot.kt @@ -34,11 +34,8 @@ class SevenWondersBot( suspend fun play(serverHost: String, gameId: Long) = withTimeout(botConfig.globalTimeout) { val session = client.connect(serverHost) - botDelay() session.chooseName(displayName, Icon("desktop")) - botDelay() session.joinGame(gameId) - botDelay() session.awaitGameStart(gameId) coroutineScope { |