Compare commits

..

No commits in common. "be2b837d56a7992557273d5b6c2ab7aba31ed335" and "e36ef855077d2fe9dab76873e7457980ecaf0d21" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "card-drop",
"version": "0.5.2",
"version": "0.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "card-drop",
"version": "0.5.2",
"version": "0.5.1",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^2.0.0",

View file

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