Invocation Basics
Prefixes and general usage.
sev / Sev <command>e.g. sev pingUse either lowercase or capitalized prefixes before every command (for example `sev ping`).
Prefixes are configurable; default is `sev` and `Sev`.
Command Guide
Prefixes and general usage.
sev / Sev <command>e.g. sev pingUse either lowercase or capitalized prefixes before every command (for example `sev ping`).
Prefixes are configurable; default is `sev` and `Sev`.
Latency checks, links, images, and helper responses.
sev pingMeasures latency by sending a placeholder message and editing it with the round-trip time.
sev gfs <search terms>Builds a Google search URL for the hardcoded user and immediately posts it.
sev help [quote]Points users to https://sevario.xyz; only mentions quotes if the literal word “quote” is provided.
sev bad furry | sev bad sjampiDrops a random furry image or a fixed Sjampi image; any other argument triggers the misuse warning.
sev plz fix | sev pls fixe.g. sev pls fix fixOnly works when followed by the literal word “fix”; pings Sev with the canned plea.
sev thank youReplies with a tsundere line; no extra arguments needed.
sev bruhSends the bundled bruh.jpg; no extra arguments needed.
sev ask <prompt>Submits the prompt to OpenAI chat completion and echoes the response; keep prompts concise and SFW.
sev image <prompt>Calls the OpenAI image endpoint and returns a generated image URL; concise, SFW prompts avoid errors.
Balance checks, shop, and mock mechanics.
sev balanceShows the caller’s Sevtim wallet and bank amounts; accounts auto-create on first use.
sev shopDisplays available items (Mock at 25 Sevtims per message) via an embed with current pricing.
sev mock @target <messageCount>Spends messageCount × 25 Sevtims (confirmation within 20 seconds) to add that many mocks to the target; each non-command message they send has a 1-in-10 chance to be reposted in alternating case until spent.
sev mocksShows how many pending mocks a user still has so they can decide whether to buy more or wait.
sev gamble <amount>Coin flip that doubles the stake on heads and loses it on tails; only accepts positive integers up to 10,000 if the caller has enough balance.
Guessing game, leaderboards, stats, and trivia.
sev guessStarts Guess the Author: shows a random quote plus eight numbered choices; players have 60 seconds to answer 1-8, first correct wins and stats update.
sev leaderboardPrints the top 10 users ranked by guess accuracy; users under 10 total guesses are tagged with a cat icon.
sev stats [@user]Shows correct/incorrect counts, totals, and percentage for the mentioned user (or self if none); mentions are required for others.
sev triviaFetches a multiple-choice question, shows four numbered answers, and awards the first correct responder; reveals the answer if time expires.
Search, duels, add, and retrieve quotes.
sev quote search <words...>Performs an AND search across quote text and returns a random match; trims input and errors when nothing matches.
sev quote leaderboardRanks quotes by duel win rate (ties by wins, then ID) and shows the top 10; only quotes that have dueled appear.
sev quote duelSelects two random quotes with known authors, posts them, waits 30 seconds for 1️⃣/2️⃣ reactions, then updates duel counters.
sev quote add @user <quote text...>Stores a new quote for the mentioned user, fixes missing exclamation marks in mentions, and lightly capitalizes the first letter before saving.
sev quote get @user | sev quote latest @userFetches a random or most recent quote for the mention; malformed mentions trigger the standard usage error.
sev quote get any | sev quote latest any | sev quote get <id>Pulls a random quote overall, the most recent overall quote, or a specific quote by numeric ID; empty results and invalid IDs return helpful errors.