Add Discord command for setting privacy level

This commit is contained in:
Cadence Ember
2023-10-13 00:37:18 +13:00
parent e84e0d28db
commit 3a6b40e27d
2 changed files with 36 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ function syncSpace(guild) {
/**
* Inefficiently force the space and its existing child rooms to be fully updated.
* Should not need to be called as part of the bridge's normal operation.
* Prefer not to call this as part of the bridge's normal operation.
*/
async function syncSpaceFully(guildID) {
/** @ts-ignore @type {DiscordTypes.APIGuild} */