Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.35 KB

GuildLock Help

Tools for managing guild joins and leaves.

serverlock

  • Usage: [p]serverlock
  • Restricted to: BOT_OWNER
  • Aliases: glock

View GuildLock settings

serverlock limit

  • Usage: [p]serverlock limit <limit>

Set the maximum amount of servers the bot can be in.

Set to 0 to disable the server limit.

serverlock minmembers

  • Usage: [p]serverlock minmembers <minimum_members>

Set the minimum number of members a server should have for the bot to stay in it.

Set to 0 to disable.

serverlock botratio

  • Usage: [p]serverlock botratio <bot_ratio>

Set the the threshold percentage of bots-to-members for the bot to auto-leave.

Example
If bot ratio is 60% and it joins a server with 10 members (7 bots and 3 members) it will auto-leave since that ratio is 70%.

Set to 0 to disable.

serverlock channel

  • Usage: [p]serverlock channel [channel]

Set the log channel for the bot

serverlock leave

  • Usage: [p]serverlock leave <check>

Make the bot leave certain servers.


Leave Arguments
- botfarms: leave servers with a bot ratio above the set percentage.
- minmembers: leave servers with a member count below the set amount.
- blacklist: leave any servers in the blacklist.
- whitelist: leave any server not in the whitelist.