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
- Make a new file in the Pylon Studio Editor called
modules/chatrevive.ts, and add the contents ofmodule.tsto it. - Add this configuration to your config.ts file:
const chatrevive = {
role: '',
channel: '',
}; export { chatrevive };
roleis a string containing the chat revive role ID
channelis a string containing your general chat's channel ID
- Append this to your
main.tsfile
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!