Compare commits

...

2 commits

Author SHA1 Message Date
Ethan Lane 9ea3bbe29d v0.7.0
All checks were successful
Deploy To Production / build (push) Successful in 16s
Deploy To Production / deploy (push) Successful in 16s
Deploy To Stage / build (push) Successful in 11s
Deploy To Stage / deploy (push) Successful in 17s
2024-07-13 17:38:34 +01:00
Ethan Lane a1879839d9 0.7.0 2024-07-13 17:38:24 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=0.6.4
BOT_VER=0.7.0
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=682942374040961060
@ -37,4 +37,4 @@ DB_CARD_FILE=:memory:
EXPRESS_PORT=3302
GDRIVESYNC_AUTO=true
GDRIVESYNC_AUTO=true

View file

@ -1,6 +1,6 @@
{
"name": "card-drop",
"version": "0.6.4",
"version": "0.7.0",
"main": "./dist/bot.js",
"typings": "./dist",
"scripts": {