kellygrillojr
kellygrillojr
You could, the bot currently scans the channels and logs it that way. But I feel that this is easier to setup/maintain.
> Not a full review but you can't directly use HttpUrlConnection - you need to `@Inject` runelite's OkHttpClient and use that. Okay thanks! I'll make this change tonight
> Also, is there a specific reason you need to open an OAUTH flow to get `Identify Guilds` when you could use the DiscordService supplied by runelite? I didn't know...
If I understand correctly the Discord service provided by runelite is just for rich presence. My plugin is using its own OAuth flow because of the need to communicate directly...
@riktenx the plugin is no longer sleeping the executor service... Thanks!
> Replace your remaining usages of `Desktop` with `LinkBrowser` in a followup submission. You got it! Thanks