0.0.7 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago