coreBlox | A Discord to Roblox Bot ( Ban API Support )

DTR v4 Testing Phase

20 Minutes left of the testing phase until this phase is concluded and wrapped up into the huge release of v4

If interested in contributing to bugs, please reach out in our support server found on the thread. Thank you!

DTR v4 Published

Thank you all for the continuous support & contributions toward this project! I hope everyone enjoys the latest update! :slight_smile:

Hi, it was not mentioned in the thread, but group banning has been removed in the latest update. Additionally, it is safe to say that the current build is unstable to use due to a problem with datastore requests. This issue is currently being investigated, and the thread will be updated when the problem with the data queues is resolved. As of now, please refrain from using this tool in your experiences.

GET Discord = Block
POST Discord = Block

While that:

GET ≠ POST

Discord blocked the Roblox UserAgent due to API abuse. This bot is completely unaffected by this as no requests are sent to the Discord API from Roblox.

This bot seems to have unfortunately stopped working:

Error executing banlist
Error: Error with name check API: Request failed with status code 404

This is a constant error I’m getting while attempting to ban anyone

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