Guild Management Commands
Prerequisites
- You must have permission to use the command in your server.
- You must have registered your player ID with the bot using the
/register
command as described here. - You must be a Leader, or Co-Leader of the guild in-game.
Add a Guild
From the server where you want to add the guild, send the /add_guild
command to the bot.
This command requires the guild's tag which can be found in-game on the guild's profile page. You may optionally provide:
- A custom display name for the guild. For example "Dark Angels" instead of "[IVS] Dark Angels"
- A color to use for drawing charts for this guild. The colour should be in Hexadecimal format, prefixed with a
#
, for example#133a78
. If you need help finding a color, this site may be useful.
The final command should look something like this:
/add_guild tag:AAAAA name:Dark Angels color:#133a78
Once your guild has been successfully added, you should see a message from the bot confirming it. This will automatically enroll the guild into automated stat collection.
Update a Guild
From the server where you want to update the guild, send the /update_guild
command to the bot.
This command requires the guild's tag which can be found in-game on the guild's profile page. You may optionally provide:
- A custom display name for the guild. For example "Dark Angels" instead of "[IVS] Dark Angels"
- A color to use for drawing charts for this guild. The colour should be in Hexadecimal format, prefixed with a
#
, for example#133a78
. If you need help finding a color, this site may be useful.
You only need to provide one of these should you wish to update them.
The final command should look something like this:
/update_guild tag:AAAAA name:Dark Angels color:#133a78
Check Guild Capacity
The /guild_capacity
command will show you, for each guild added to the bot,
whether it is at capacity or not.
You can optionally provide:
minpowerlevel
: The minimum power level of the guilds to show. For example, if you only want to see guilds who accept members lvl 35 or more, you would useminpowerlevel:35
playerlevel
: Only show guilds that would accept a player of this level. For example, if you are trying to place a player of lvl 20, you would useplayerlevel:20
excludefull
: Remove guilds that are already at capacity from the list. For example, if you only want to see guilds that are not full, you would useexcludefull:true
Guild Inactives
The /guild_inactives
command will show you a list of guilds with inactive
members, where the number of days of inactivity is set in the daysinactive
parameter.
You can optionally provide the flag showMembers
to show the names of guild
members who are inactive.
Guild Raid Leaderboard
The /guild_raid
command will show you the current guild raid leaderboard.
You can optionally provide:
season
- To fetch results for a specific season. For example, to get the results for season 25, you would useseason:25
fullstats
- Shows damage dealt to the current boss and current sidebosses in addition to the leaderboard.sortbyname
- Sorts the leaderboard by guild name, instead of position.
Guild Raid Stats
Warning
This feature is currently in alpha.
The /guild_raid_stats
command will show you the current guild raid stats for
all guilds registered to your Discord server.