Compare commits

...

2 commits

Author SHA1 Message Date
Ethan Lane f812467f5e v0.8.2
All checks were successful
Deploy To Production / build (push) Successful in 10s
Deploy To Production / deploy (push) Successful in 14s
2024-10-12 20:53:05 +01:00
Ethan Lane 2b3649eb39 0.8.2 2024-10-12 20:52:24 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=0.8.1
BOT_VER=0.8.2
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=682942374040961060

View file

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