Moderation System
Last updated
Last updated
Why to choose Iko's
moderation system over other paid and famous bot's moderation system?
Answer : Unlike, other moderation system where the bot developer just makes some pre-defined features,
Iko's
moderation system was carefully drafted after hearing problems faced by server owners. One of the main feature is to delete messages containing certain words, incase a spammer spammed in multiple channels.
/ban
: ban a user
Necessary Arguments :
user
: User you wanna banOptional Arguments :
reason
: Reason for ban
delete_message
: Number of days to scan to delete users message
/kick
: kick a user
Necessary Arguments :
user
: User you wanna kickOptional Arguments :
reason
: Reason for kick
/warn
: warn a user
Necessary Arguments :
user
: User you wanna warn
reason
: Reason for warningOptional Arguments :
type
: Type of warning
Soft warning
: a yellow colored warning embed
Hard warning
: a red colored warning embed
/purge
: purge messages
Necessary Arguments :
limit
: Number of messages vit should go through to delete the messages. → Default : 100 → Max : 200
all
: Whether to search through all channels of server
user
: ID of user to delete messages of
/ct_purge
: purge messages with specific words from channels in certain category
Necessary Arguments :
categoryid
: ID of category you wanna purge from
content
: Content which messsage should contain to be deleted. Seperate using comma(,) for more than one.
/ctm_purge
: purge messages with specific words from channels in certain categories
Necessary Arguments :
categoryids
: IDs of category you wanna purge from. Seperate category IDs with comma(,).
content
: Content which messsage should contain to be deleted.. Seperate using comma(,) for more than one.
/prevent mass channel
: Prevent mass channel creation/deletion
Necessary Arguments :
deletion
: Prevent mass channel deletion
creation
: Prevent mass channel creation
action
: Action to take on mass channel deletion/creation
number
: Amount of creation/deletion to trigger the system.
role
: IDs of role which are immune to this system. Seperate with comma.
/prevent role channel
: Prevent role channel creation/deletion
Necessary Arguments :
deletion
: Prevent mass role deletion
creation
: Prevent mass role creation
action
: Action to take on mass role deletion/creation
number
: Amount of creation/deletion to trigger the system.
role
: IDs of role which are immune to this system. Seperate with comma.