Atomys

Results 4 comments of Atomys

Hi, it's possible to detect it with `Pending` field on `Member` object like following ```go user, err := s.GuildMember(guildID, userID) if (err != nil) { panic(err) } fmt.Println(user.Pending) ``` In...

Can be usefull for gain time : https://discord.com/developers/docs/resources/guild#membership-screening-object

Hi bro, first thanks for your time and project, I think I can’t match the requirement for the maintainer status, really in OSS since 1 months but I slice in...

We currently facing the same "issue" when using a dynamic lint across multiples repositories how don't have `.gitignore` or `.yamlignore` file. The only workaround actually are to dynamically provide a...