Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 1627321178 #66

Merged
merged 2 commits into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.14.1
v12.22.3
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

## Available Commands

| Command | Description |
| ---------------------------- | :------------------------------------------------: |
| !ping | Do you really need an explanation? |
| !help | Shows this list of commands. |
| !bill help | Shows available bill commands. |
| !config help | Shows available configuration commands. |
| Command | Description |
| ------------ | :-------------------------------------: |
| !ping | Do you really need an explanation? |
| !help | Shows this list of commands. |
| !bill help | Shows available bill commands. |
| !config help | Shows available configuration commands. |

## Development

Expand Down Expand Up @@ -72,6 +72,7 @@
#### Can I use it to watch for other types of bills?

Yes. The only additional step is setting a different query string by initializing `database/database.json` to this (using E-bikes as an example):

```json
{
"config": {
Expand All @@ -84,11 +85,6 @@ Yes. The only additional step is setting a different query string by initializin

That's a good question! Initially, the proof of concept was written in [Rust](https://www.rust-lang.org/) by [Yugo](https://github.com/x47188) & [joaodforce](https://github.com/joaodforce), while Rust is an incredible c-speed and memory-safe language it was not a highly accessible one. To maximize the chance of getting contributions from the community, one of the many existing projects was promoted and ECMAScript was chosen.

#### Can I skip the annoying pre-commit hook?

We use [Husky](https://github.com/typicode/husky) to run a hook at commit.
If you want to skip it add a `--no-verify` to your `git commit`.

## Contribution

Please make sure to read the [Contributing Guide](https://github.com/fixmyrights/discord-bot/blob/master/.github/CONTRIBUTING.md) before making a pull request.
Expand Down
2 changes: 1 addition & 1 deletion build/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.14.1-alpine
FROM node:12.22.3-alpine

RUN apk upgrade --no-cache --update && \
apk add --no-cache curl
Expand Down
Loading