Skip to content

Commit

Permalink
.5 ee
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltt7 committed Apr 18, 2023
1 parent ac86094 commit 4ce12e2
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 67 deletions.
2 changes: 2 additions & 0 deletions events/guild/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ const event: Event<"guildUpdate"> = async function event(oldGuild, newGuild) {
if (oldGuild.preferredLocale !== newGuild.preferredLocale)
logs.push(`Server primary language switched to ${newGuild.preferredLocale}`);

// todo: maxStageVideoChannelUsers

if (oldGuild.premiumProgressBarEnabled !== newGuild.premiumProgressBarEnabled)
logs.push(`Boost progress bar ${newGuild.premiumProgressBarEnabled ? "shown" : "hidden"}`);

Expand Down
107 changes: 43 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scradd",
"version": "2.6.4",
"version": "2.6.5",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand All @@ -14,11 +14,11 @@
"prettier": "@redguy12/prettier-config",
"dependencies": {
"@discordjs/opus": "0.9.0",
"@discordjs/voice": "0.15.0",
"@discordjs/voice": "0.16.0",
"@napi-rs/canvas": "0.1.37",
"async-exit-hook": "2.0.1",
"difflib": "0.2.4",
"discord.js": "14.8.0",
"discord.js": "14.9.0",
"dotenv": "16.0.3",
"ffmpeg-static": "5.1.0",
"fuse.js": "6.6.2",
Expand Down

0 comments on commit 4ce12e2

Please sign in to comment.