https://github.com/kouks/paddy
Paddy Discord bot
https://github.com/kouks/paddy
bot discord typescript warframe
Last synced: 10 months ago
JSON representation
Paddy Discord bot
- Host: GitHub
- URL: https://github.com/kouks/paddy
- Owner: kouks
- License: mit
- Created: 2020-05-09T14:34:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T16:39:04.000Z (over 3 years ago)
- Last Synced: 2025-04-07T16:36:14.764Z (about 1 year ago)
- Topics: bot, discord, typescript, warframe
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paddy
- [Local development](#local-development)
## Local development
If you wish to contribute to Paddy development, first fork the repository. In
order to run the app localy, you will need to install dependencies via:
```bash
npm install
```
To run the application, you need to create a `.env` file in the root directory
and provide some required environment variables:
```
DISCORD_BOT_TOKEN=
PRIMARY_COMMAND_TRIGGER=~
API_GATEWAY_URL=https://4ifkcmljog.execute-api.eu-west-2.amazonaws.com/prod/v1
```
All that is left to do to test your local version of Paddy is to run:
```
npm run build && node .
```
After you are done with your changes, should you wish to submit them to the main
codebase, feel free to open a well-described pull request to the `master`
branch.
**Happy coding!**