Androz2091 / discord-logs

📝Framework that simplify the usage of advanced Discord logs
239 stars 23 forks source link

New Event: Accepting the rules. #95

Closed sudis closed 2 years ago

sudis commented 3 years ago

It determines the events that will happen when someone accepts the rules. Like this:

client.on("rules", async (member, status) => {
console.log(status) // it must be True
})
NamVr commented 3 years ago

🤔 What rules are you talking about? Membership screening? You can use guildMemberEntered

sudis commented 3 years ago

🤔 What rules are you talking about? Membership screening? You can use guildMemberEntered

Four months ago it was not there.

NamVr commented 3 years ago

Nvm then, would you mind closing the issue :)