The official discovery bot for the Stoward platform.
Stoward Bot powers discovery features for the Stoward platform!
Built with TypeScript using StoatX.
git clone https://github.com/StowardHQ/Stoward-bot stoward-bot
cd stoward-botUsing pnpm:
pnpm installTip
pnpm is preferred
Create a .env file in the root directory:
TOKEN=
DISCOVERY_API_KEY=
PREFIX=s!Important
Never commit your .env file publicly.
Start the bot in development mode:
pnpm devCompile TypeScript into production files:
pnpm buildRun the compiled production build:
pnpm startsrc/
βββ commands/
βββ utils/
βββ index.ts| Script | Description |
|---|---|
pnpm dev |
Start development environment |
pnpm build |
Compile TypeScript |
pnpm start |
Start production build |
pnpm lint |
Run ESLint |
pnpm lint:fix |
Automatically fix lint issues |
pnpm fmt |
Format source files |
Pull requests, suggestions, and issue reports are welcome.
1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Open a pull requestTip
Keep commits focused and descriptive for easier review.
| Platform | Link |
|---|---|
| π Website | https://stoward.space |
| π» GitHub | https://github.com/StowardHQ |
| π¬ Support Server | https://stt.gg/YdbvBN6q |