added code for bot

This commit is contained in:
Laurens van der Drift
2024-05-27 21:46:01 +02:00
parent 15f2ac44a3
commit 79335ea096
3073 changed files with 342012 additions and 0 deletions

18
Bot/node_modules/lodash.snakecase/README.md generated vendored Normal file
View File

@@ -0,0 +1,18 @@
# lodash.snakecase v4.1.1
The [lodash](https://lodash.com/) method `_.snakeCase` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.snakecase
```
In Node.js:
```js
var snakeCase = require('lodash.snakecase');
```
See the [documentation](https://lodash.com/docs#snakeCase) or [package source](https://github.com/lodash/lodash/blob/4.1.1-npm-packages/lodash.snakecase) for more details.