Skip to main content
The Deno 2 Release Candidate is here
Learn more
enum BotDifficulty
import { BotDifficulty } from "https://deno.land/x/sptaki@1.2.0/models/enums/BotDifficulty.d.ts";

Members

AS_ONLINE = "AsOnline"
EASY = "Easy"
HARD = "Hard"
IMPOSSIBLE = "Impossible"
MEDIUM = "Medium"
RANDOM = "Random"