Skip to content

Commit f69e6e8

Browse files
radsteveeCitymonstret
authored andcommitted
Fix annotation array syntax in kord docs
1 parent 6b641fc commit f69e6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/discord/kord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ CommandScopeBuilderModifier.install(annotationParser)
126126
You may then use the annotation:
127127

128128
```kotlin
129-
@CommandScope(guilds = { 1337 })
129+
@CommandScope(guilds = [1337])
130130
@Command("command")
131131
public suspend fun yourCommand() { /* ... */ }
132132
```

0 commit comments

Comments
 (0)