Skip to content

vincent-andrieu/sticky-categories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Project

To build the project, follow these steps:

  1. Install Dependencies: Ensure you have all the necessary dependencies installed. You can do this by running:

    npm install
  2. Build the Project: Use the following command to build the project:

    npm run build

This will use Rollup to bundle the project according to the configuration specified in rollup.config.js.

  1. Move the Built File: After building, move the generated file ./build/sticky-categories.plugin.js to your Better Discord plugin folder. The location of this folder depends on your operating system:
    • Windows: %AppData%/BetterDiscord/plugins
    • macOS: ~/Library/Application Support/BetterDiscord/plugins
    • Linux: ~/.config/BetterDiscord/plugins

About

Better Discord plugin to make categories sticky in the channel list.

Topics

Resources

License

Stars

Watchers

Forks