-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consistency and API simplification: Ditch callbacks and go all-in promises #113
Conversation
@holzmaster ist das getestet und kannst du es unflicten? |
Den Konflikt fixe ich nachher. Ist meiner Kenntnis nach noch nicht getestet, wollte ich mit Hans noch machen. |
Heute abend, muss erstmal noch was für die Maloche tun |
Hab den aktuellen master reingezogen und Konflikte resolved / Commands portiert. |
Callbacks und Promises sollten nicht gemischt werden, weil man unfangbare Fehler bekommt.
Discord.js ist komplett Promise-basiert, daher sind wir das jetzt auch :harold:
Situation jetzt:
async
sein (bzw ein Promise returnen)return
zurückgegeben (was vorher über den callback ging)Resolves #107