You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,12 @@ await interaction
140
140
.catch(console.error);
141
141
```
142
142
143
+
## Disclaimer
144
+
145
+
The slash command API is incomplete, so this library is likely to have breaking changes on non-major releases.
146
+
147
+
Once the slash command API is stable, we will bump the project to v2.0.0.
148
+
143
149
## Contributing
144
150
145
151
Help is much-needed to improve the library and add all features. Please feel free to make a PR to [the repository](https://github.com/MeguminSama/discord-slash-commands).
0 commit comments