We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae22d5 commit f24ec2eCopy full SHA for f24ec2e
config.js
@@ -133,11 +133,11 @@ module.exports = new (require("./types/Config"))({
133
//
134
// Other objesini istediğiniz gibi modifiye edebilirsiniz.
135
// Nasılsa altakki fonksiyon her event çalışmadan önce çalışır.
136
- async onEvent(eventName, [arg1, arg2], other) {
+ async onEvent(eventName, args, other) {
137
return true;
138
},
139
// Olay hatasız bir şekilde çalıştıktan sonra çalışır.
140
- async onAfterEvent(eventName, [arg1, arg2], other) {
+ async onAfterEvent(eventName, args, other) {
141
142
143
})
0 commit comments