Skip to content

Commit

Permalink
chore: release v2.13.0
Browse files Browse the repository at this point in the history
**BETA** ClydeAI
  • Loading branch information
aiko-chan-ai committed Apr 2, 2023
1 parent dcb9d08 commit ef7fb43
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## About

<strong>Welcome to `discord.js-selfbot-v13@v2.12`, based on `discord.js@13.14`</strong>
<strong>Welcome to `discord.js-selfbot-v13@v2.13`, based on `discord.js@13.15`</strong>

- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.

Expand Down
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.12.2",
"version": "2.13.0",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/structures/Guild.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ class Guild extends AnonymousGuild {
* * AUTO_MODERATION
* * BANNER
* * CLYDE_ENABLED
* <warn> `CLYDE_ENABLED` is now an experimental feature of Discord</warn>
* <warn> `CLYDE_ENABLED` is now an experimental feature of Discord.
* See [this](https://rollouts.advaith.io/#2023-03_clyde_ai) for more information.</warn>
* * COMMERCE
* * COMMUNITY
* * CREATOR_MONETIZABLE_PROVISIONAL
Expand Down
2 changes: 1 addition & 1 deletion src/util/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Options extends null {
os_version: '10.0.22621',
os_arch: 'x64',
system_locale: 'en-US',
client_build_number: 184344,
client_build_number: 184787,
native_build_number: 30921,
client_event_source: null,
design_id: 0,
Expand Down

0 comments on commit ef7fb43

Please sign in to comment.