update CI workflow to include paths for push and pull_request events; revise README for clarity and project overview
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# SHSF Discord Bot
|
||||
|
||||
A modular TypeScript Discord bot for SHSF, designed for clarity, extensibility, and easy maintenance.
|
||||
|
||||
Official Discord bot for the SHSF community, built with modularity and extensibility in mind. This bot provides a framework for handling commands, events, startup routines, and web endpoints, allowing for easy addition of new features.
|
||||
|
||||
## Features
|
||||
- **Command Handling:** Add commands in `src/commands/` and register them via `src/handlers/registerCommands.ts`.
|
||||
- **Event Listeners:** Handle Discord events in `src/listeners/`, grouped by event type.
|
||||
|
||||
Reference in New Issue
Block a user