📁
randomstuff.py
  • randomstuff.py
  • Clients
    • Client
    • AsyncClient
  • Data Classes
    • AIResponse
    • Joke
    • JokeFlags
    • Waifu
    • Weather
    • WeatherLocation
    • CurrentWeather
    • WeatherForecast
  • Sub modules
    • utils
  • Errors tree
    • Forbidden
      • BadAPIKey
      • PlanNotAllowed
    • ArgumentError
      • InvalidPlanError
      • InvalidVersionError
      • InvalidServerError
      • InvalidType
      • InvalidCityError
    • HTTPError
  • Brief
    • Warnings
    • Lists
    • Unique ID
    • Joke 101
    • FAQ
    • Changelogs
Powered by GitBook
On this page
  • nsfw
  • religious
  • political
  • racist
  • sexist
  • explicit

Was this helpful?

  1. Data Classes

JokeFlags

PreviousJokeNextWaifu

Last updated 3 years ago

Was this helpful?

Represents a Joke's flags.

Attributes

nsfw

Determines if the joke is marked NSFW (Not safe for work) or not.

Type:

religious

Determines if the joke is marked religious or not.

Type:

political

Determines if the joke is marked political or not.

racist

Determines if the joke is marked racist or not.

sexist

Determines if the joke is marked sexist or not.

explicit

Determines if the joke is marked explicit or not.

Type:

Type:

Type:

Type:

bool
bool
bool
bool
bool
bool
nsfw
religious
political
racist
sexist
explicit