Delete Guild#
-
ORCAcode discord_delete_guild(struct discord *client, u64_snowflake_t guild_id)#
Delete a guild permanently, user must be owner.
Note
Fires a
Guild Delete
event- Parameters:
client – the client created with discord_init()
guild_id – id of guild to delete
- Returns:
ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary