AFK Move
This plugin allows you to automatically move afk people after x time to your desired channel.
Configuration
export const info: CommonPluginConfig = {name: 'AFK move',description:'This plugin allows you to automatically move afk people after x time to your desired channel.',config: {enabled: false,data: {dest: 2,minTime: {weeks: 0,days: 0,hours: 0,minutes: 20,seconds: 0}},interval: {weeks: 0,days: 0,hours: 0,minutes: 0,seconds: 10}}};