setGuildName
General
setGuildName sets a new name for the guild.
Usage
Client:setGuildName(<string> name, (string) reason)
Returns: <Guild> guild
Limitations
See discordGuild PATCH.
Example
print(Client:setGuildName("Okwo Test", "Testing the new game!").name)