mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Factions can be joined when all necessary bots and the server are running
This commit is contained in:
@@ -57,6 +57,8 @@ client.on('ready', async () => {
|
||||
}
|
||||
|
||||
console.log("Logged in as: " + client.user.username + " - " + client.user.id);
|
||||
|
||||
shared.ConnectToServer(client.user.username, process.env.SERVER_ADDRESS, process.env.SERVER_PORT, process.env.SERVER_PASS_KEY);
|
||||
});
|
||||
|
||||
// Create an event listener for messages
|
||||
|
||||
Reference in New Issue
Block a user