discord-bot-core-client

0.0.5 • Public • Published

Discord Bot Core Client

Discord Twitter Follow

Core client for create-discord-bot.

Getting started

npm i discord-bot-core-client

Example

// src/index.ts

import "dotenv/config";
import path from "path";
import { CoreClient } from "discord-bot-core-client";

const client = new CoreClient({
  token: process.env.DISCORD_BOT_TOKEN as string,
});

client.registerBotsIn(path.resolve(__dirname, "bots")).start();

Package Sidebar

Install

npm i discord-bot-core-client

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

9.05 kB

Total Files

5

Last publish

Collaborators

  • peterthehan