joinCanaryTesters abstract method

  1. @POST.new('/users/@me/canary-tester/join')
Future<SuccessResponse> joinCanaryTesters()

Join the canary testers guild.

Adds the authenticated user to the hardcoded Fluxer Testers guild used for canary feedback. Restricted to non-bot users with verified email, an account at least 30 minutes old, no effective suspicious-activity flags, and not banned from the target guild. Rate-limited; surfaced via the canary nagbar.

Implementation

@POST('/users/@me/canary-tester/join')
Future<SuccessResponse> joinCanaryTesters();