Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Botspot Development Guide

## Build & Test Commands
Expand Down
336 changes: 244 additions & 92 deletions botspot/components/data/user_data.py

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions botspot/components/qol/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""
Quality of life components for Botspot

These components enhance the bot's usability and user experience without being
core functionality.
"""

__all__ = [
"bot_commands_menu",
"bot_info",
"print_bot_url",
"settings_menu",
]
Loading
Loading