📁
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
  1. Data Classes

JokeFlags

PreviousJokeNextWaifu

Last updated 4 years ago

Was this helpful?

CtrlK
  • nsfw
  • religious
  • political
  • racist
  • sexist
  • explicit

Was this helpful?

Represents a Joke's flags.

Attributes

nsfw

religious

political

racist

sexist

explicit

nsfw

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

Type: bool

religious

Determines if the joke is marked religious or not.

Type: bool

political

Determines if the joke is marked political or not.

Type: bool

racist

Determines if the joke is marked racist or not.

Type: bool

sexist

Determines if the joke is marked sexist or not.

Type: bool

explicit

Determines if the joke is marked explicit or not.

Type: bool