
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
discord-forums
Advanced tools
discord-forums is a lightweight, powerfull npm package that lets you make a forums channel for your server where members can discuss questions and ideas.
discord-forums is a lightweight, powerfull npm package that lets you make a forums channel for your server where members can discuss questions and ideas.
Notice:
You can download the package from npm:
npm install discord-forums
You can update to a newer version to receive updates using npm:
npm update discord-forums
// Import the package to access it's methods.
const Forums = require("discord-forums");
// Create the Forums channel.
const myForums = Forums.setupForums(guild, "355897081333940227", "My Forums", [...]);
// Create a new post in your forums channel.
Forums.createPost(myForums, "My Post", "This is my first post!");
First things first, download the package.
npm install discord-forums@latest
then, include the module into your project.
const Forums = require("discord-forums");
Forums.setupForums(<Discord.Guild>, <Discord.CategoryChannelResolvable|Discord.Snowflake>, <String>, <Array<Discord.OverwriteResolvable>>);
Returns:
Promise<Discord.ForumChannel>
Forums.createPost(<Discord.ForumChannel>, <String>, <String>);
Returns:
Promise<Discord.ThreadChannel>
Forums.deletePost(<Discord.Guild>, <Discord.Snowflake>, <String>);
Returns:
Promise<Discord.ThreadChannel>
Examples can be found in /examples
Have fun and happy discussions! Made with ❤ by Abdelrahman.
FAQs
discord-forums is a lightweight, powerfull npm package that lets you make a forums channel for your server where members can discuss questions and ideas.
The npm package discord-forums receives a total of 3 weekly downloads. As such, discord-forums popularity was classified as not popular.
We found that discord-forums demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.