diff options
Diffstat (limited to 'lib/role.atd')
| -rw-r--r-- | lib/role.atd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/role.atd b/lib/role.atd index 5b4431e..d442a92 100644 --- a/lib/role.atd +++ b/lib/role.atd @@ -13,7 +13,7 @@ type role = { type role_update = { role: role; - id <json name="guild_id">: snowflake; + guild_id: snowflake; } type t = { |