#What should i do
1 messages · Page 1 of 1 (latest)
when the docs specify "parameter" or "positional argument", that means you don't need the name= part, but whatever value you set does need to be in the right place
when the docs specify "keyword argument", that means you do need the name=
name, description, and type are positional arguments
channel_types is a keyword argument
so is required but you've done that part correctly