Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 76d3022

Browse files
committed
Chat Overflow framework rework. First test run successful!
1 parent bed7c14 commit 76d3022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpletest/src/main/scala/simpletestPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class simpletestPlugin(manager: PluginManager) extends Plugin {
55

66
private val require = new Requirements
77
private val twitchChatInput = require.input.twitchChat("reqTwitch", "A twitch channel", false)
8-
private val nameToSayHelloTo = require.parameter.string("reqHello", "Your name", true)
8+
private val nameToSayHelloTo = require.parameter.string("reqHello", "Your name", false)
99

1010
override def start(): Unit = {
1111
println("Started successfully!")

0 commit comments

Comments
 (0)