Skip to content

evorax/compilebot

Repository files navigation

compilebot

This BOT is in the development phase.

This bot is compile golang code.

demo

Full security measures.

demo

Use & Install Method


Configuration can be done in config.json.
The token should contain the discord token.
The module should contain a package that can be banned.
The maxint can be used to determine the maximum number of for statements to be executed.

{
    "maxint": 100,
    "module": [
        "os/exec",
        "net",
        "syscall",
        "os"
    ],
    "token": ""
}

To install, run go mod tidy in the directory of this file.

Releases

No releases published

Packages

No packages published

Languages