Skip to content

Commit

Permalink
everything hates me
Browse files Browse the repository at this point in the history
  • Loading branch information
sschr15 committed Jan 4, 2024
1 parent b8f5861 commit 6eeb3c1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,8 @@ class ModerationExtension(
}

group("timeout") {
description = "Remove a user's timeout."

ephemeralSubCommand(::UserBySnowflakeArguments) {
name = "by-id"
description = "Remove a user's timeout by their ID."
Expand Down Expand Up @@ -808,6 +810,8 @@ class ModerationExtension(
}

group("ban") {
description = "Remove a user's ban."

ephemeralSubCommand(::UserBySnowflakeArguments) {
name = "by-id"
description = "Remove a user's ban by their ID."
Expand Down

0 comments on commit 6eeb3c1

Please sign in to comment.