Files
Discord_Bots/Everything-Bot/.gitignore
T
andrew 932cfc57d3 Add Everything-Bot Discord bot with reaction roles
Initial setup of a modular Discord bot featuring reaction-role management. Includes slash commands for creating, listing, removing, and clearing reaction roles with support for unicode and custom emojis. Features persistent SQLite storage, automatic command and event loading, graceful shutdown handling, and structured logging. Designed with extensibility in mind for future commands and events.
2026-07-16 15:38:43 +12:00

16 lines
141 B
Plaintext

node_modules/
.env
data/
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm
.DS_Store
Thumbs.db
*.log
.idea/
.vscode/
*.tmp
coverage/
dist/