This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Zane Helton 33fde3bc4a Fix the creation of guilds from templates
The biggest hold-up was missing fields (`premium_tier`,
`welcome_screen`, etc.) but it looks like someone has provided a
helpful function called `createGuild(...)` to provide sensible default
values.

This commit fixes the errors related to creating a guild from a
template. I've also refactored the code to include roles and channels in
the template.

To make sure that the @everyone role is cloned correctly, when
creating the guild from a template, we check if the role's ID
matches the template's `source_guild_id`. If it does, we set the
@everyone role to the new guild's ID.
2025-06-29 13:27:14 +10:00
2024-11-17 20:58:31 +01:00
2024-11-17 20:42:23 +01:00
2022-12-19 19:35:33 +11:00
2025-06-22 12:41:13 +10:00
2025-04-09 16:38:03 +02:00
2024-11-19 14:19:40 -06:00
2025-05-03 13:15:13 +02:00
2025-05-03 13:15:13 +02:00
2025-05-03 13:15:13 +02:00
2023-03-31 15:52:33 +11:00
2025-06-25 23:17:14 -04:00
2025-06-25 23:17:14 -04:00
2025-04-09 16:38:03 +02:00
2024-11-19 14:19:40 -06:00
2025-06-22 12:41:13 +10:00

Spacebar Server

About

Spacebar/server is a Discord backend re-implementation and extension. We aim to reverse engineer and add additional features to the Discord backend, while remaining completely backwards compatible with existing bots, applications, and clients.

This repository contains:

Documentation

And with documentation on how to set up your own server here, docs to set up either client here, and docs about bots here

Contributing

Clients

You should be able to use any client designed for Discord.com to connect to a Spacebar instance.
However, some incompatibilities still exist between Spacebar and Discord. For this reason, not every client will connect.
The WIP official Spacebar client will always work. You can find a live version here.

Description
Main server for RSCord. Based off Spacebar, old, shitty, tldr dont use this.
Readme 118 MiB
Languages
TypeScript 75.3%
C# 10.2%
JavaScript 8.1%
HTML 4.9%
Nix 0.6%
Other 0.8%