Wolfhound905

Results 9 issues of Wolfhound905

**Is your feature request related to a problem? Please describe.** This is not related to a problem. **Describe the solution you'd like** When the user types ` nowplaying` then the...

enhancement

### NAFF Version latest ### Describe the Bug When a session is, "Gateway has invalidated session! Reconnecting..." `bot.is_ready` is ***not*** set to false and will spam you with all the...

Bug::Library

### Library Version 5.8.0 ### Describe the Bug When using the @component_callback I seem to be getting an error related to the ID or Custom ID of an InputText field....

bug

## Pull Request Type - [x] Feature addition - [ ] Bugfix - [ ] Documentation update - [ ] Code refactor - [ ] Tests improvement - [ ]...

### Is your feature request related to a problem? Please describe. I am looking for an easy way to clone roles. ### Describe the solution you'd like Well, like the...

New Feature::Library

I have created an async connection and am doing the following: ```py new_student = LDAPEntry( f"CN={user.first_name} {last_name},OU=Students,OU=Users,OU=School District,DC=example,DC=k12DC=us", ) new_student["objectClass"] = ["top", "person", "organizationalPerson", "user"] new_student["cn"] = f"{user.first_name} {last_name}" new_student["sn"]...

List the newest tag in ReadMe.

1) I think it would be a very nice touch to have some more repeat options rather than "daily", "weekly", "once". I think being able to set your own repeat...

enhancement
help wanted