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

Commit eca5cd6

Browse files
committed
Update generated Parameters
1 parent 77d29ec commit eca5cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testall/src/main/scala/org/codeoverflow/plugins/testall/testallPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class testallPlugin(manager: PluginManager) extends PluginImpl(manager) {
1010
new discordtest(this,
1111
require.input.discordChat("discordIn", "Discord input", true),
1212
require.output.discordChat("discordOut", "Discord output", true),
13-
require.parameter.string("discordChannel", "The id of the channel to which the bot should connect", true)
13+
require.parameter.stringParameter("discordChannel", "The id of the channel to which the bot should connect", true)
1414
),
1515
new filetest(this,
1616
require.input.file("fileIn", "File input", true),

0 commit comments

Comments
 (0)