Environment Variable Validation (#122)

* Update: env validation and discord token validation

* Add: IPv4 Address Validation

* Update: version increment
This commit is contained in:
Kevin Dang
2024-10-05 19:29:01 -07:00
committed by GitHub
parent 6a9ee2d6d0
commit 947ff89958
4 changed files with 23 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord-ollama",
"version": "0.6.0",
"version": "0.6.1",
"description": "Ollama Integration into discord",
"main": "build/index.js",
"exports": "./build/index.js",