Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kouks/paddy
Paddy Discord bot
https://github.com/kouks/paddy
bot discord typescript warframe
Last synced: 21 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T16:39:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T17:55:10.335Z (3 months ago)
- Topics: bot, discord, typescript, warframe
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 2
- 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!**