Irian3x3 / js-cord-test-bot

The test bot for JSCord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

The test bot for JSCord


Languages

Language:TypeScript 100.0%