mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Update version in web builds example
This commit is contained in:
parent
8b1bb95b1a
commit
b5df8603e8
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
```html
|
```html
|
||||||
<script type="text/javascript" src="discord.11.3.1.min.js"></script>
|
<script type="text/javascript" src="discord.11.4.1.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
const client = new Discord.Client();
|
const client = new Discord.Client();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue