Lillith

Results 8 issues of Lillith

Remove an error when script tries to delete "Control" instead of "control", Add defaults to questions such as the min/max ios versions, and if it should be featured, Fix the...

A working listing is up at https://imlvna.github.io/UdonToolkit/ Merging this PR and enabling github pages will put a listing at https://orels1.github.io/UdonToolkit whenever you release a version

Finally got around to pr'ing this

# BannersEverywhere Displays nitro and USRBG banners as a background in the member list ![Adds banners to member list](https://github.com/Vendicated/Vencord/assets/44179559/d8a3a2f2-8491-4a4f-b43e-22fdf46622e5)

# PasswordProtect Allows you to password protect your dms and channels! ![A popup warning you that a channel is password protected](https://github.com/Vendicated/Vencord/assets/44179559/2424085e-3090-4310-9d56-62667941c57c)

# DefaultStatusForever Makes the custom status screen default to "Don't Clear" as the duration ![The custom status screen, with "Don't Clear" selected and as the first option](https://github.com/Vendicated/Vencord/assets/44179559/e8cf0ca1-589c-43ef-9a6d-4fa3ed03a1f9)

**Describe the bug** When trying to recreate the client from a token stored in a file, i get the following error: ```kt com.adamratzman.spotify.SpotifyException$ReAuthenticationNeededException: Re-authentication is needed. at com.adamratzman.spotify.SpotifyApi.refreshToken(SpotifyApi.kt:221) at com.adamratzman.spotify.http.HttpRequest.execute(HttpRequest.kt:146)...

``` java.lang.NoSuchMethodError: No virtual method getDefinedPackage(Ljava/lang/String;)Ljava/lang/Package; in class Ljava/lang/ClassLoader; or its super classes (declaration of 'java.lang.ClassLoader' appears in /apex/com.android.art/javalib/core-oj.jar) at com.illposed.osc.LibraryInfo.(LibraryInfo.java:46) at com.illposed.osc.LibraryInfo.hasStandardProtocolFamily(LibraryInfo.java:283) at com.illposed.osc.transport.udp.UDPTransport.(UDPTransport.java:61) at com.illposed.osc.transport.OSCPort.(OSCPort.java:40) at com.illposed.osc.transport.OSCPortIn.(OSCPortIn.java:108) at...