CREATE TYPE bot_presence AS ENUM ('online', 'idle', 'dnd', 'invisible'); CREATE TYPE bot_activity AS ENUM ('Playing', 'Streaming', 'Listening', 'Watching', 'Competing');