CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Alias integration with repeats #132

Open 2Cubed opened 7 years ago

2Cubed commented 7 years ago

Rather than allowing arguments in repeats, we should use aliases.

!command add so Check out beam.pro/%ARG1%!

!alias add inn so Innectic
!alias add para so ParadigmShift3d

!repeat add 600 inn
!repeat add 600 para

!repeat remove para

This removes the ugliness of forcing users to remember the repeatId to remove.

2Cubed commented 7 years ago

I believe this has been completed. @RPiAwesomeness, can you confirm?

RPiAwesomeness commented 7 years ago

@2Cubed I actually have no idea >.<