0.0.7 • Published 2 months ago

discord-bot-core-client-node v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Discord Bot Core Client

Discord Twitter Follow

Core client for create-discord-bot.

Getting started

npm i core-client-node

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();
0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago