Skip to content

PylonModules/chatrevive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

chatrevive

Made by proudparrot2 and 3kh0

If you haven't used Pylon Modules before, or are confused by what's in this README, please read our guide repository

Installation

  1. Make a new file in the Pylon Studio Editor called modules/chatrevive.ts, and add the contents of module.ts to it.
  2. Add this configuration to your config.ts file:
const chatrevive = {
  role: '',
  channel: '',
}; export { chatrevive };

role is a string containing the chat revive role ID

channel is a string containing your general chat's channel ID

  1. Append this to your main.ts file
import 'modules/chatrevive' 

When you save (CTRL/CMD + S), the module should be enabled!

If you need help with this module, please join our support server!

About

A module for reviving chats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published