Guild

Introduction page for managing guilds

What are guilds?

Guilds is basically an alias for Discord Server. We're also using Guildswhen managing Discord with the bot!

How to fetch them?

See Get Guild(s) for a detailed instruction.

Documentation

In the actions below, anything is explained with a variable $guild. This variable has an instance of a phpcord\guild\Guild.

Get the id of a guild

$guild->getId();

Get the name of a guild

$guild->getName();

Icons

Full Icon URL

Icon hash:

Last updated