+ Roles are used to group members in your server and grant them permissions.
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/types/guild.ts b/src/types/guild.ts
index 83f7250..91562a7 100644
--- a/src/types/guild.ts
+++ b/src/types/guild.ts
@@ -69,7 +69,7 @@ export interface Guild extends PartialGuild {
/**
* A list of resolved roles in the guild.
*/
- roles?: any // TODO Role[];
+ roles?: Role[];
/**
* A list of resolved channels in the guild.
*/