DoctorDinosaur

Results 5 comments of DoctorDinosaur

Is this recipe getting approved? It's the only other service I need, and the code seems correct, webview seems to link properly.

Change: ```js BdApi.findModuleByProps("promptToUpload").promptToUpload( fileList, ZeresPluginLibrary.DiscordModules.ChannelStore.getChannel( ZeresPluginLibrary.DiscordModules.SelectedChannelStore.getChannelId() ), false, true ); ``` To: ```js BdApi.findModuleByProps("promptToUpload").promptToUpload( fileList, ZeresPluginLibrary.DiscordModules.ChannelStore.getChannel( ZeresPluginLibrary.DiscordModules.SelectedChannelStore.getChannelId() ), 0 ); ``` I.e. ```js false, true ``` to ```js 0 ```...

> @CptDinosaur thanks, can confirm this works... why did BdApi have a breaking change? -_- or was it just a deprecated thing being used? I think it was the discord...

Still not working ![image](https://user-images.githubusercontent.com/26852749/185748557-61547da5-570b-40fb-8089-4498660d0f38.png) I end up with multiple people with the role. Perhaps its moving too quickly, since I'm doing it every number. It's computationally easier if you could...

Same issue, had to uninstall for now