Compare commits
2 commits
c0bc71c304
...
9ea3bbe29d
Author | SHA1 | Date | |
---|---|---|---|
9ea3bbe29d | |||
a1879839d9 |
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "card-drop",
|
||||
"version": "0.6.4",
|
||||
"version": "0.7.0",
|
||||
"main": "./dist/bot.js",
|
||||
"typings": "./dist",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue