Skip to content

Commit 919350c

Browse files
committed
access modifier
1 parent 786bb0a commit 919350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/arbjerg/ukulele/jda/CommandContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CommandContext(
1818
val guild: Guild,
1919
val channel: TextChannel,
2020
val invoker: Member,
21-
private val message: Message,
21+
val message: Message,
2222
val command: Command,
2323
val prefix: String,
2424
/** Prefix + command name */

0 commit comments

Comments
 (0)