V5.0.0 | Discord-To-Roblox Bot: Free, Stable, Datastore, GLITCH/Replit Support!

This resource will be receiving a Quality Update later on today.

Be sure to join the Support Server to stay up to date on its release!

1 Like

Preview beta has been released, available above for feedback.

Production release is live. Instructions updated.

More info can be found on the Github

Warn UI is optional & Shutdown System optional: optional Shutdown UI update tomorrow

Please change the title. I had a stroke and simultaneously got 10 new diseases while reading it.

1 Like

Hey for starters, Great Idea for a discord bot. However, I tired using the intructions provided and I’m getting these errors (Or what I assume is Errors) when I run the commands Node i and Node main.js :

~ Got Any Ideas Of what this could be? (Probably my own error)

Have you installed the packages? I believe it should be npm i

Thats what It gave me. I’m have no clue what this means as I don’t use glitch.com as much as I would like to. Still have the same errors with running node i and node main.js after this

Check the package.json. What does it have?

Alternatively run npm i dotenv

{
  "scripts": {
    "start": "nodemon main.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "axios": "^1.3.4",
    "discord.js": "^14.8.0",
    "fs": "^0.0.1-security",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "nodemon": "^2.0.21"
  },
  "engines": {
    "node": "16.x"
  }
}

and then after running npm i dotenv:

Screenshot (2390)

yeah, dotenv isnt in package.json, npm i dotenv should add it to the json now. now try running the project

1 Like

Hey Thank you so much, the Code is running. Although I’m getting an error that I don’t understand, that is me just not understand what the issue is, and how to fix it in my end, though I appreciate the help so far!.

Make sure you grant the bot permissions the bot needs.

1 Like

Hey there!

Thanks for helping out while I got some good rest in.

1 Like

For anyone else utilizing glitch, make sure you have the scriptsstart: node main.js and the engine set for the latest node.js version. Also make sure you enable the 3 privileged intents.

{
  "scripts": {
    "start": "node main.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "axios": "^1.3.4",
    "discord.js": "^14.8.0",
    "fs": "^0.0.1-security",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "nodemon": "^2.0.21"
  },
  "engines": {
    "node": "16.x"
  }
}

Updated glitch repo releasing later today.

1 Like

Basically, I got the bot to work on the shutdown system, but the thing is, the bot doesn’t Ban/Kick/Warn/ Unban the player at all, and the support server link is not working. It would be appreciated if you helped me with this.

Hey I don’t know if you can confirm if the moderator actions are not working cause they don’t seem to be working for me tho only shutdown command works and settings except moderator action

Is this the latest one or is there another version.

Cool that it’s open source!
Def using this for my hotel game!

PS: Can you make a session system/integration for this?

How do I put online the Discord Bot?