AFK Kick

This plugin allows you to automatically kick afk people after x time.

Configuration

export const info: CommonPluginConfig = {
name: 'AFK kick',
description: 'This plugin allows you to automatically kick afk people after x time.',
config: {
enabled: false,
data: {
ignoredGroups: [],
ignoredChannels: [],
interval: {
weeks: 0,
days: 0,
hours: 0,
minutes: 30,
seconds: 0
}
},
interval: {
weeks: 0,
days: 0,
hours: 0,
minutes: 0,
seconds: 10
}
}
};
Last updated on 6/1/2020 by DalexHD