Skip to content

Commit eab8337

Browse files
committed
v1.2.18
* fixed followup ephemeral issue lol
1 parent 4dac28c commit eab8337

File tree

80 files changed

+311
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+311
-236
lines changed

.idea/.gitignore

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/interactions.js.iml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.npmignore

+144
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
lerna-debug.log*
8+
.pnpm-debug.log*
9+
10+
# Diagnostic reports (https://nodejs.org/api/report.html)
11+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
12+
13+
# Runtime data
14+
pids
15+
*.pid
16+
*.seed
17+
*.pid.lock
18+
19+
# Directory for instrumented libs generated by jscoverage/JSCover
20+
lib-cov
21+
22+
# Coverage directory used by tools like istanbul
23+
coverage
24+
*.lcov
25+
26+
# nyc test coverage
27+
.nyc_output
28+
29+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
30+
.grunt
31+
32+
# Bower dependency directory (https://bower.io/)
33+
bower_components
34+
35+
# node-waf configuration
36+
.lock-wscript
37+
38+
# Compiled binary addons (https://nodejs.org/api/addons.html)
39+
build/Release
40+
41+
# Dependency directories
42+
node_modules/
43+
jspm_packages/
44+
45+
# Snowpack dependency directory (https://snowpack.dev/)
46+
web_modules/
47+
48+
# TypeScript cache
49+
*.tsbuildinfo
50+
51+
# Optional npm cache directory
52+
.npm
53+
54+
# Optional eslint cache
55+
.eslintcache
56+
57+
# Optional stylelint cache
58+
.stylelintcache
59+
60+
# Microbundle cache
61+
.rpt2_cache/
62+
.rts2_cache_cjs/
63+
.rts2_cache_es/
64+
.rts2_cache_umd/
65+
66+
# Optional REPL history
67+
.node_repl_history
68+
69+
# Output of 'npm pack'
70+
*.tgz
71+
72+
# Yarn Integrity file
73+
.yarn-integrity
74+
75+
# dotenv environment variable files
76+
.env
77+
.env.development.local
78+
.env.test.local
79+
.env.production.local
80+
.env.local
81+
82+
# parcel-bundler cache (https://parceljs.org/)
83+
.cache
84+
.parcel-cache
85+
86+
# Next.js build output
87+
.next
88+
out
89+
90+
# Nuxt.js build / generate output
91+
.nuxt
92+
dist
93+
94+
# Gatsby files
95+
.cache/
96+
# Comment in the public line in if your project uses Gatsby and not Next.js
97+
# https://nextjs.org/blog/next-9-1#public-directory-support
98+
# public
99+
100+
# vuepress build output
101+
.vuepress/dist
102+
103+
# vuepress v2.x temp and cache directory
104+
.temp
105+
.cache
106+
107+
# Docusaurus cache and generated files
108+
.docusaurus
109+
110+
# Fleet Cache
111+
.fleet/
112+
113+
# Deepsource - https://deepsource.io/
114+
.deepsource.toml
115+
116+
# Serverless directories
117+
.serverless/
118+
119+
# FuseBox cache
120+
.fusebox/
121+
122+
# DynamoDB Local files
123+
.dynamodb/
124+
125+
# TernJS port file
126+
.tern-port
127+
128+
# Stores VSCode versions used for testing VSCode extensions
129+
.vscode-test
130+
131+
# yarn v2
132+
.yarn/cache
133+
.yarn/unplugged
134+
.yarn/build-state.yml
135+
.yarn/install-state.gz
136+
.pnp.*
137+
.idea
138+
139+
.package-lock.json
140+
141+
test
142+
docs
143+
144+
.jsdoc.json

docs/1.2.14/index.html

-67
This file was deleted.

docs/1.2.16/index.html

-67
This file was deleted.

docs/1.2.17/ActionRow.html renamed to docs/1.2.18/ActionRow.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Application.html renamed to docs/1.2.18/Application.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Button.html renamed to docs/1.2.18/Button.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/ChannelManager.html renamed to docs/1.2.18/ChannelManager.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Embed.html renamed to docs/1.2.18/Embed.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Guild.html renamed to docs/1.2.18/Guild.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/GuildManager.html renamed to docs/1.2.18/GuildManager.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Interaction.html renamed to docs/1.2.18/Interaction.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/InteractionOptions.html renamed to docs/1.2.18/InteractionOptions.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Member.html renamed to docs/1.2.18/Member.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Message.html renamed to docs/1.2.18/Message.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Modal.html renamed to docs/1.2.18/Modal.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/ModalComponents.html renamed to docs/1.2.18/ModalComponents.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Rest.html renamed to docs/1.2.18/Rest.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/SelectMenu.html renamed to docs/1.2.18/SelectMenu.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/SelectMenuOption.html renamed to docs/1.2.18/SelectMenuOption.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/TextInput.html renamed to docs/1.2.18/TextInput.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/User.html renamed to docs/1.2.18/User.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/UserManager.html renamed to docs/1.2.18/UserManager.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/Utils.html renamed to docs/1.2.18/Utils.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/api_api.js.html renamed to docs/1.2.18/api_api.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/application_base.js.html renamed to docs/1.2.18/application_base.js.html

+2-2
Large diffs are not rendered by default.
File renamed without changes.

docs/1.2.17/global.html renamed to docs/1.2.18/global.html

+1-1
Large diffs are not rendered by default.

docs/1.2.17/index.html renamed to docs/1.2.18/index.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/mongo_mongoose.js.html renamed to docs/1.2.18/mongo_mongoose.js.html

+2-2
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/1.2.17/structures_ActionRow.js.html renamed to docs/1.2.18/structures_ActionRow.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Button.js.html renamed to docs/1.2.18/structures_Button.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Colors.js.html renamed to docs/1.2.18/structures_Colors.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Embed.js.html renamed to docs/1.2.18/structures_Embed.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Guild.js.html renamed to docs/1.2.18/structures_Guild.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Interaction.js.html renamed to docs/1.2.18/structures_Interaction.js.html

+38-11
Large diffs are not rendered by default.

docs/1.2.17/structures_InteractionOptions.js.html renamed to docs/1.2.18/structures_InteractionOptions.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Member.js.html renamed to docs/1.2.18/structures_Member.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Message.js.html renamed to docs/1.2.18/structures_Message.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Modal.js.html renamed to docs/1.2.18/structures_Modal.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_ModalComponents.js.html renamed to docs/1.2.18/structures_ModalComponents.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_Rest.js.html renamed to docs/1.2.18/structures_Rest.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_SelectMenu.js.html renamed to docs/1.2.18/structures_SelectMenu.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_SelectMenuOption.js.html renamed to docs/1.2.18/structures_SelectMenuOption.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_TextInput.js.html renamed to docs/1.2.18/structures_TextInput.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_User.js.html renamed to docs/1.2.18/structures_User.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_managers_ChannelManager.js.html renamed to docs/1.2.18/structures_managers_ChannelManager.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_managers_GuildManager.js.html renamed to docs/1.2.18/structures_managers_GuildManager.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/structures_managers_UserManager.js.html renamed to docs/1.2.18/structures_managers_UserManager.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.17/utils_Utils.js.html renamed to docs/1.2.18/utils_Utils.js.html

+2-2
Large diffs are not rendered by default.

docs/1.2.15/index.html renamed to docs/404.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!--
2+
~ Copyright (c) 2024. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
3+
~ Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
4+
~ Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
5+
~ Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus.
6+
~ Vestibulum commodo. Ut rhoncus gravida arcu.
7+
-->
8+
19
<!DOCTYPE html>
210

311
<html lang="en">
@@ -54,12 +62,12 @@
5462
<div class="message">
5563
<i class="fas fa-circle-notch fa-spin"></i> Redirecting...
5664
</div>
57-
<a class="redirect-link" href="https://interactionsjs.com/1.2.17">If you are not redirected automatically, click here!</a>
65+
<a class="redirect-link" href="https://interactionsjs.com/1.2.18">If you are not redirected automatically, click here!</a>
5866
</div>
5967

6068
<script>
6169
setTimeout(function () {
62-
window.location.href = "https://interactionsjs.com/1.2.17";
70+
window.location.href = "https://interactionsjs.com/1.2.18";
6371
}, 1000);
6472
</script>
6573
<script defer data-domain="interactionsjs.com" src="https://stats.sattler.dev/js/script.js" ></script>

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<div class="message">
5555
<i class="fas fa-circle-notch fa-spin"></i> Redirecting...
5656
</div>
57-
<a class="redirect-link" href="https://interactionsjs.com/1.2.17">If you are not redirected automatically, click here!</a>
57+
<a class="redirect-link" href="https://interactionsjs.com/1.2.18">If you are not redirected automatically, click here!</a>
5858
</div>
5959

6060
<script>
6161
setTimeout(function () {
62-
window.location.href = "https://interactionsjs.com/1.2.17";
62+
window.location.href = "https://interactionsjs.com/1.2.18";
6363
}, 1000);
6464
</script>
6565
<script defer data-domain="interactionsjs.com" src="https://stats.sattler.dev/js/script.js" ></script>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactions.js",
3-
"version": "1.2.17",
3+
"version": "1.2.18",
44
"description": "A powerful Javascript library to work with discords interactions",
55
"main": "./src/index.js",
66
"typings": "./typings/index.d.ts",

0 commit comments

Comments
 (0)