dc-Ragnarok / Fenrir

PHP Discord Interface
MIT License
4 stars 2 forks source link

Command handler should not create the same command twice via api call #16

Closed Exanlv closed 8 months ago

Exanlv commented 1 year ago

Commands should not register again on a restart. THIS APPLIES ONLY FOR INTERACTION HANDLER

Command registration before READY event should be pooled on READY event it should:

this functionality should be entirely stateless and should not use anything like the file system to store IDs etc

Exanlv commented 8 months ago

Story closed as an alternative has been made, see docs on application commands