templates icon indicating copy to clipboard operation
templates copied to clipboard

Add new features in the eris starter

Open agam778 opened this issue 3 years ago • 8 comments

  • Add a command handler, which makes easy to create new cmds
  • Add a help command which scans all the commands in the cmd handler directory image
  • Add a bot status feature
  • Add a custom prefix feature (defaults to "!", you can set a custom prefix using adding an env var PREFIX with your prefix)
  • Add an error handler, so the app doesn't crash if an error occurs
  • Update dependencies in Package.json

agam778 avatar Mar 02 '22 11:03 agam778

Isn't this quite advanced compared to the other bot starters?

jzeuzs avatar Mar 03 '22 00:03 jzeuzs

Isn't this quite advanced compared to the other bot starters?

It's still pretty simple, lol

agam778 avatar Mar 03 '22 03:03 agam778

This should probably use slash commands.

Milo123459 avatar Mar 03 '22 14:03 Milo123459

This should probably use slash commands.

Does the stable release of Eris even have slash commands?

agam778 avatar Mar 03 '22 15:03 agam778

No, because it's abandoned. This really shouldn't even be a starter imo.

Milo123459 avatar Mar 03 '22 15:03 Milo123459

Huh? It isn't abandoned?

agam778 avatar Mar 03 '22 15:03 agam778

If the latest stable release doesn't have a feature that is going to become required by the end of April, well...

Milo123459 avatar Mar 03 '22 15:03 Milo123459

If the latest stable release doesn't have a feature that is going to become required by the end of April, well...

Its still being used, and the maintainer will update it when its really needed. Plus, their discord server is quite active so it being "abandoned" is quite contradictory.

jzeuzs avatar Mar 04 '22 10:03 jzeuzs

Hey @agam778, I am closing this PR as we've restructured how we manage templates. Do you mind opening an issue in the new repo discussing these changes before opening a PR implementing them?

FarazPatankar avatar Sep 07 '22 19:09 FarazPatankar