Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Sep 22, 2024
2 parents c593cde + e9f74be commit 90693bd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ class UtilityArgs : Arguments() {
val logEventUpdates by defaultingBoolean {
name = "log-event-updates"
description = "Whether to log changes made to scheduled events in this guild."
defaultValue = false
}
val logInviteUpdates by defaultingBoolean {
name = "log-invite-updates"
description = "Whether to log changes made to invites in this guild."
defaultValue = false
}
val logRoleUpdates by defaultingBoolean {
name = "log-role-updates"
description = "Whether to log changes made to roles in this guild."
defaultValue = false
}
}

0 comments on commit 90693bd

Please sign in to comment.