DiscordJS Typescript Handler

Get a powerful discord bot !

To use it, you just need to create a src/config.ts and fill it with :

export default {
    TOKEN: "",
    PREFIX: "",
    LOG_WEBHOOK: "",
    OWNERS: [""]
}