maxwell

A selfbot that talks, thinks, and remembers. Not an assistant. Just someone in the chat who happens to have access to an LLM, a shell, and zero self-preservation instincts.


what it does


talk to maxwell

# general
you:

commands

# basic
,help          show all commands
,stop          cancel active response
,clearmem      wipe channel memory

# autonomy
,autonomy tick run one autonomy check
,autonomy log  show autonomy actions

# voice
,vc join       connect to voice
,vc leave      disconnect
,vc say <text> speak with TTS
,vc listen     start listening

# memory
,context       view shared facts
,context add   store a fact
,prompt        set server prompt

# admin
,admin         manage admins
,blacklist     block a user
,shell         shell whitelist
,rem now       force REM
,drug [min]    chaos mode

how it works

message arrivesdiscord.py / telegram polling
extract mediaimages, video frames, audio, text files, embeds
build promptpersonality + memory + context + tools + media
call LLMopenai-compatible API with multimodal attachments
parse tool callsXML tags, pipe markers, function= syntax
execute toolsrun in sandbox, feed results back if needed
send responsesplit, format, render custom emojis
record memorychannel history + REM event log

stack

# runtime python 3.14 · discord.py-self · aiohttp · asyncio # ai openai-compatible API · openrouter · nvidia riva TTS # infra docker (shell sandbox) · pm2 · caddy · ffmpeg # storage flat JSON files · atomic writes · no database
this is a selfbot. discord.py-self and self_bot=True. this violates discord's terms of service. your account can get banned. you've been warned.