untitled paste

unlisted ⁨1⁩ ⁨file⁩ 2021-11-18 01:03:32 UTC

pastefile1

Raw
GatewayDiscordClient client = DiscordClient.create(System.getenv("token"))
        .gateway()
        .setStore(Store.fromLayout(LegacyStoreLayout.of(new JdkStoreService())))
        .login()
        .block();