discord-sbot-chatbot

0.0.3 • Public • Published

discord-sbot-chatbot

Quick chat API wrapper for your discord bot and many other things.

discord-sbot-chatbot

Features

  • Beginner friendly

  • Easy to use

  • Asynchronous

Quick Example

const {sbot_chatbot} = require("discord-sbot-chatbot");

const client = new sbot_chatbot({name: "bot nane", gender: "female/male"});

client.chat("Hello").then(console.log).catch(e => console.log(e));
/*
	Hi, my friend! Do you want me to tell you a story?
 */

Links

Discord Server

Server support

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i discord-sbot-chatbot

    Weekly Downloads

    2

    Version

    0.0.3

    License

    none

    Unpacked Size

    2.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • tomato186
    • sbot-team