How guilds works
The guild system in your project allows users to create, join, and manage guilds. Guilds serve as groups where members can collaborate, compete, and share resources.
Creating a Guild
To create a guild, use the !guild create <guild_name>
command. This will create a new guild with the specified name and assign the creator as the guild leader. The creator will also receive a role corresponding to the guild.
Joining a Guild
To join an existing guild, use the !guild join <guild_name>
command. This will add the user to the specified guild if it exists and is not full. The user will also receive a role corresponding to the guild.
Leaving a Guild
To leave a guild, use the !guild leave <guild_name>
command. This will remove the user from the specified guild and revoke the corresponding role.
Guild Commands
Create Guild:
!guild create <guild_name>
Join Guild:
!guild join <guild_name>
Leave Guild:
!guild leave <guild_name>
Check Guild Power:
!guild power <guild_name>
View Top Guilds:
!guild top
Purpose
Guilds allow members to:
Collaborate on quests and events.
Share resources and buffs.
Compete in guild wars and other competitive events.
Track and improve collective power and achievements.
.
Last updated
Was this helpful?