/Freezy

Freezy is a open-source Discord bot made for ease of use, formerly known as Prelix.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Freezy

Freezy is a open-source Discord bot made for ease of use, formerly known as Prelix. This is a complete rewrite, under another library called 'Eris' by @abalabahaha. Feel free to contribute to this project!

Node NPM License Version Status

Getting started

First up open the config.json file, it should look something like this;

{
    "login": {
        "token": "your bot token"
    },
    "config": {
        "prefix": ">",
        "stacktrace": false
    },
    "perms": {
        "masterUsers": []
    }
}

Change the "token": "your bot token" to match your bot's token, which you can obtain at your Discord Developers page, also it's recommended to change the default prefix > to prevent dozens of duplicates of same framework. Once you've done that, you're probably wondering, "Well, then, how do I run it!?", simple enough, you have to get Node first, (click on the Node badge above), then open a command prompt/terminal, enter the directory you dropped the bot files at, and type in npm install. Once you've done that, type in node main, and it should run flawless! If you have any issues, let us know in our server.

Discord