Skip to content

Commit 5f6a3bd

Browse files
committed
Update DiscordJS to 13.2.0
1 parent 00b46ce commit 5f6a3bd

File tree

6 files changed

+37
-28
lines changed

6 files changed

+37
-28
lines changed

globals.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ interface Underline {
77
client: import("discord.js").Client;
88
Interaction: typeof import("./types/Interaction"),
99
SlashCommand: typeof import("./types/SlashCommand"),
10-
SlashSubCommand: typeof import("./types/SlashSubCommand"),
1110
MessageAction: typeof import("./types/MessageAction"),
1211
UserAction: typeof import("./types/UserAction"),
1312
Event: typeof import("./types/Event")

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ globalThis.Underline = {
2222
UserAction: require("./types/UserAction"),
2323
}
2424

25-
console.info("[BİLGİ] Basit Altyapı v1.8.1 - by Kıraç Armağan Önal");
25+
console.info("[BİLGİ] Basit Altyapı v1.8.2 - by Kıraç Armağan Önal");
2626
(async () => {
2727
let interactionsPath = path.resolve("./interactions");
2828
await makeSureFolderExists(interactionsPath);

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"chalk": "^4.1.1",
55
"chillout": "^5.0.0",
66
"discord-api-types": "^0.23.1",
7-
"discord.js": "^13.1.0",
7+
"discord.js": "13.2.0",
88
"enquirer": "^2.3.6",
99
"plsargs": "^0.1.6",
1010
"recursive-readdir": "^2.2.2",
@@ -16,7 +16,7 @@
1616
"@types/recursive-readdir": "^2.2.0"
1717
},
1818
"name": "armagan-basit-altyapi",
19-
"version": "1.8.1",
19+
"version": "1.8.2",
2020
"description": "Kullanımı basit ancak bir yandanda içinde birçek özellik barındıran discord bot altyapısı.",
2121
"main": "index.js",
2222
"repository": {

publishInteractions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ globalThis.Underline = {
182182
let guildId = argv.get(1);
183183
console.info(`Paylaşma modu: sunucu (${guildId})`);
184184

185-
await rest.put(Routes.applicationGuildCommands(me.id, guildId), {body: dcInters});
185+
await rest.put(Routes.applicationGuildCommands(me.id, guildId), { body: dcInters });
186186

187187
console.info(`Paylaşılan komutların gelmesi 3-5 saniye kadar sürebilir.`);
188188
break;

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basit Altyapı (Versiyon 1.8.1) (v13.x)
1+
# Basit Altyapı (Versiyon 1.8.2) (v13.x)
22

33
Kullanımı basit ancak bir yandanda içinde birçek özellik barındıran discord bot altyapısı. Sık sık güncelleme alıyor. (Slash Commands)
44

yarn.lock

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# yarn lockfile v1
33

44

5-
"@discordjs/builders@^0.5.0":
6-
version "0.5.0"
7-
resolved "https://registry.yarnpkg.com/@discordjs/builders/-/builders-0.5.0.tgz#646cbea9cc67f68639e6fb70ed1278b26dacdb14"
8-
integrity sha512-HP5y4Rqw68o61Qv4qM5tVmDbWi4mdTFftqIOGRo33SNPpLJ1Ga3KEIR2ibKofkmsoQhEpLmopD1AZDs3cKpHuw==
5+
"@discordjs/builders@^0.6.0":
6+
version "0.6.0"
7+
resolved "https://registry.yarnpkg.com/@discordjs/builders/-/builders-0.6.0.tgz#4724d18990a97d84d0250eba5b50991b71a450a5"
8+
integrity sha512-mH3Gx61LKk2CD05laCI9K5wp+a3NyASHDUGx83DGJFkqJlRlSV5WMJNY6RS37A5SjqDtGMF4wVR9jzFaqShe6Q==
99
dependencies:
1010
"@sindresorhus/is" "^4.0.1"
1111
discord-api-types "^0.22.0"
1212
ow "^0.27.0"
1313
ts-mixer "^6.0.0"
14-
tslib "^2.3.0"
14+
tslib "^2.3.1"
1515

1616
"@discordjs/collection@^0.1.6":
1717
version "0.1.6"
@@ -51,6 +51,11 @@
5151
resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.1.4.tgz#ae431310917a8880961cebe8e59df6ffa40f2957"
5252
integrity sha512-fFrlF/uWpGOX5djw5Mu2Hnnrunao75WGey0sP0J3jnhmrJ5TAPzHYOmytD5iN/+pMxS+f+u/gezqHa9tPhRHEA==
5353

54+
"@sapphire/async-queue@^1.1.5":
55+
version "1.1.5"
56+
resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.1.5.tgz#2a52774ad9c24b1e9be88f4a211e735419014e4e"
57+
integrity sha512-NQ8GeTBeOkeAylVYTnO9zfEZO74iMNGCRrR3uIRnCrhkyPC+nsewyQtTamjSDWxXFTf+xGSJ9khiY2p56k/bMA==
58+
5459
"@sapphire/snowflake@^1.3.5":
5560
version "1.3.6"
5661
resolved "https://registry.yarnpkg.com/@sapphire/snowflake/-/snowflake-1.3.6.tgz#166e8c5c08d01c861edd7e2edc80b5739741715f"
@@ -85,10 +90,10 @@
8590
dependencies:
8691
"@types/node" "*"
8792

88-
"@types/ws@^7.4.7":
89-
version "7.4.7"
90-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.7.tgz#f7c390a36f7a0679aa69de2d501319f4f8d9b702"
91-
integrity sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==
93+
"@types/ws@^8.2.0":
94+
version "8.2.0"
95+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.0.tgz#75faefbe2328f3b833cb8dc640658328990d04f3"
96+
integrity sha512-cyeefcUCgJlEk+hk2h3N+MqKKsPViQgF5boi9TTHSK+PoR9KWBb/C5ccPcDyAqgsbAYHTwulch725DV84+pSpg==
9297
dependencies:
9398
"@types/node" "*"
9499

@@ -199,19 +204,19 @@ discord-api-types@^0.23.1:
199204
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.23.1.tgz#832d0ee2b3c8e2eae02947c1dbf38121d6d357d5"
200205
integrity sha512-igWmn+45mzXRWNEPU25I/pr8MwxHb767wAr51oy3VRLRcTlp5ADBbrBR0lq3SA1Rfw3MtM4TQu1xo3kxscfVdQ==
201206

202-
discord.js@^13.1.0:
203-
version "13.1.0"
204-
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-13.1.0.tgz#99f6a2a8be88d31906ff0148e9b1cb603ebb2e2e"
205-
integrity sha512-gxO4CXKdHpqA+WKG+f5RNnd3srTDj5uFJHgOathksDE90YNq/Qijkd2WlMgTTMS6AJoEnHxI7G9eDQHCuZ+xDA==
207+
discord.js@13.2.0:
208+
version "13.2.0"
209+
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-13.2.0.tgz#db2e7f643bbc661d1c63b3ebad0ccc6572c0065b"
210+
integrity sha512-nyxUvL8wuQG38zx13wUMkpcA8koFszyiXdkSLwwM9opKW2LC2H5gD0cTZxImeJ6GtEnKPWT8xBiE8lLBmbNIhw==
206211
dependencies:
207-
"@discordjs/builders" "^0.5.0"
212+
"@discordjs/builders" "^0.6.0"
208213
"@discordjs/collection" "^0.2.1"
209214
"@discordjs/form-data" "^3.0.1"
210-
"@sapphire/async-queue" "^1.1.4"
211-
"@types/ws" "^7.4.7"
212-
discord-api-types "^0.22.0"
215+
"@sapphire/async-queue" "^1.1.5"
216+
"@types/ws" "^8.2.0"
217+
discord-api-types "^0.23.1"
213218
node-fetch "^2.6.1"
214-
ws "^7.5.1"
219+
ws "^8.2.3"
215220

216221
dot-prop@^6.0.1:
217222
version "6.0.1"
@@ -354,6 +359,11 @@ tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0:
354359
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
355360
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
356361

362+
tslib@^2.3.1:
363+
version "2.3.1"
364+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
365+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
366+
357367
type-fest@^1.2.1:
358368
version "1.3.0"
359369
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.3.0.tgz#6be848243853df1173fa95530112e1358ab0810b"
@@ -364,7 +374,7 @@ vali-date@^1.0.0:
364374
resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6"
365375
integrity sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=
366376

367-
ws@^7.5.1:
368-
version "7.5.3"
369-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74"
370-
integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==
377+
ws@^8.2.3:
378+
version "8.2.3"
379+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.3.tgz#63a56456db1b04367d0b721a0b80cae6d8becbba"
380+
integrity sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==

0 commit comments

Comments
 (0)