0.0.5 • Published 2 years ago

discord-advanced v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Discord Advanced Logo


Documentation (soon)DiscordGitHub


Optimize development of advanced discord.js bots with a collection of class builders, handlers, utility functions, advanced logging, plugin support and more.

Discord Server NPM Version NPM Downloads Test Status NPM Size


Discord advanced provides a collection of class builders, handlers, utility functions, advanced logging, plugin support and more to optimize development of advanced discord.js bots.

Warning: This library is still in development and is not ready for production use. There may be breaking changes in the future.

Installation

# Using npm
> npm install discord-advanced
# Using yarn or pnpm
> yarn/pnpm add discord-advanced

Usage

Importing

This library supports both typescript and javascript, with ES6 modules and CommonJS.

// ES6 modules
import { DiscordLogger } from 'discord-advanced';
// CommonJS
const { DiscordLogger } = require('discord-advanced');

Functions

FunctionDescription
deferAn adaptable version of interaction.deferReply() to defer any interaction.
followUpAn adaptable version of interaction.followUp() to follow up any interaction after a defer.
respondAn adaptable version of interaction.reply() to respond to any interaction.

Classes

ClassDescription
DiscordLoggerLogs leveled console messages to discord channels
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

4 years ago