Get up and running with Project123456 in 5 easy steps. From joining to setting up your first server.
Click the button below to request access. You'll receive an invitation link via email shortly.
Once accepted, follow the introductory tour in your personal DMs. It will guide you through:
You can either:
#server-browser
/help - View available commands
/join - Get started guide
/server help - Your first server
Need assistance? Visit our support channels or browse FAQs.
For developers: Try this basic bot command in your server:
// Basic bot command example
const { Client, GatewayIntentsBitField, Events } = require('discord.js');
const client = new Client({ intents: [GatewayIntentsBitField.Flags.Guilds] });
client.once('ready', () => console.log('Bot is online!'));