thesardorbroo / simple-apps

0 stars 0 forks source link

We can set commands dynamically. #14

Closed thesardorbroo closed 8 months ago

thesardorbroo commented 8 months ago

We can set commands dynamically. We just need to show commands in application.yml with fluent.bot.commands key.

For example:

fluent:
    bot:
        commands:
            - /example-command

And we should implement shown commands.