albertopoljak / Licensy

Discord bot that manages expiration of roles with subscriptions!
Other
58 stars 29 forks source link

Some feature requests #16

Closed akhater closed 2 years ago

akhater commented 3 years ago
  1. way to get all active licenses info Code username activation date and expiry date?

Maybe in a csv file it would be ideal

  1. Set license expiry based on a date would be helpful

  2. Would the delete_all command affect activated licenses.?

Thank you

albertopoljak commented 3 years ago

1 is planned in the rewrite branch. 2 is a new idea I didn't think of before, I'l add it todo 3 it would only delete unactivated generated licenses, would not touch active ones.

akhater commented 3 years ago

Thank you for your quick reply

I'm facing an annoying issue, when handing out licenses to users some take time to activate them so I'm giving them again to different users by mistake

Is it possible to let the bot deliver them directly to the end user so it can keep track of that?

Maybe with a a custom message

That would be dope

albertopoljak commented 3 years ago

There is a command that let's you manually activate license called add_license

!add_license <license> <member>

Manually add license to member.

No support for custom message, I could add it todo ig but dunno.

akhater commented 3 years ago

There is a command that let's you manually activate license called add_license

!add_license <license> <member>

Manually add license to member.

No support for custom message, I could add it todo ig but dunno.

ok that would solve it.... thank you , No need for the custom message then

thanks