Revisions for untitled paste

View the changes made to this paste.

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

pastefile1

@@ -0,0 +1,5 @@

+GatewayDiscordClient client = DiscordClient.create(System.getenv("token"))
+        .gateway()
+        .setStore(Store.fromLayout(LegacyStoreLayout.of(new JdkStoreService())))
+        .login()
+        .block();
\ No newline at end of file