slurpcord

1.0.4 • Public • Published

Slurpcord - Simple Discord API Wrapper

Slurpcord is a beginner-friendly API wrapper for Discord, designed to be easy to use and understand, especially for those who are new to Discord bot development.

Code example:

import { Bot } from "slurpcord";

const bot = new Bot("DISCORD_TOKEN", "PREFIX");

bot.command("ping", async (cmd) => {
    await cmd.reply("Pong!");
});

bot.start();

Features

  • Easy-to-use commands for managing Discord bots.
  • Supports both message-based commands and slash commands.
  • Built-in caching for faster performance.
  • Lightweight and simple to integrate into your own projects.

Package Sidebar

Install

npm i slurpcord

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

55 kB

Total Files

48

Last publish

Collaborators

  • slurpy_films