Skip to content

Commit f24ec2e

Browse files
committed
Update config.js
1 parent 5ae22d5 commit f24ec2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ module.exports = new (require("./types/Config"))({
133133
//
134134
// Other objesini istediğiniz gibi modifiye edebilirsiniz.
135135
// Nasılsa altakki fonksiyon her event çalışmadan önce çalışır.
136-
async onEvent(eventName, [arg1, arg2], other) {
136+
async onEvent(eventName, args, other) {
137137
return true;
138138
},
139139
// Olay hatasız bir şekilde çalıştıktan sonra çalışır.
140-
async onAfterEvent(eventName, [arg1, arg2], other) {
140+
async onAfterEvent(eventName, args, other) {
141141

142142
},
143143
})

0 commit comments

Comments
 (0)