Change Channel
This plugin allows you to change multiple channels name at different interval.
Configuration
export const info: UncommonPluginConfig = {name: 'Change channel',description: 'This plugin allows you to change multiple channels name at different interval.',config: {enabled: false,data: [{enabled: false,channelId: 118,changes: [{channelName: '[cspacer]Welcome',channelDescription: 'Welcome'},{channelName: '[cspacer]to',channelDescription: 'to'},{channelName: '[cspacer]SteamSpeak',channelDescription: 'SteamSpeak'}],interval: {weeks: 0,days: 0,hours: 0,minutes: 0,seconds: 5}}]}};