1.3.0 • Published 3 years ago

tcc-cdn v1.3.0

Weekly downloads
22
License
MIT
Repository
-
Last release
3 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

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago