We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786bb0a commit 919350cCopy full SHA for 919350c
src/main/kotlin/dev/arbjerg/ukulele/jda/CommandContext.kt
@@ -18,7 +18,7 @@ class CommandContext(
18
val guild: Guild,
19
val channel: TextChannel,
20
val invoker: Member,
21
- private val message: Message,
+ val message: Message,
22
val command: Command,
23
val prefix: String,
24
/** Prefix + command name */
0 commit comments