Fixed missing property initialization.
This commit is contained in:
parent
2461504888
commit
6c394c373d
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue