/js-cord-test-bot

The test bot for JSCord

Primary LanguageTypeScript

JSCord Test Bot

This is the test bot for JSCord.
If you feel like forking this for some dumb reason remember to create a config.ts file in the /test directory:

export class Config {
    token = "your token"
}

Then run tsc since typescript has to be compiled to js:

tsc

Run the bot:

node .

You have successfully created a clone of a test bot. Have fun I guess?