1.3.0 • Published 5 years ago

tcc-cdn v1.3.0

Weekly downloads
22
License
MIT
Repository
-
Last release
5 years ago
const Discord = require("discord.js");
const extr = require("tcc-cdn");
const bot = new Discord.Client();

let handler = extr('bothandler')
handler.use()

bot.on("ready", () => {
  bot.setup({
    status: "idle",
    game: { name: "myself being tested.", type: "watching" },
    prefix: "!"
  });
});

bot.login(process.env.TOKEN);
1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago