Fixed missing property initialization.

This commit is contained in:
Erik C. Thauvin 2020-05-10 21:25:06 -07:00
parent 2461504888
commit 6c394c373d

View file

@ -50,6 +50,10 @@ class ChannelFeed(bot: Mobibot, channel: String) : AbstractCommand(bot) {
const val FEED_PROP = "feed"
}
init {
initProperties(FEED_PROP)
}
override fun commandResponse(
sender: String,
login: String,