mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Update
This commit is contained in:
@@ -14,6 +14,12 @@ pub fn register() -> CreateCommand {
|
||||
.add_string_choice("Проплачены", "paids")
|
||||
.add_string_choice("Подарки", "gifts")
|
||||
)
|
||||
.add_option(
|
||||
CreateCommandOption::new(
|
||||
CommandOptionType::String, "customer", "Кто заказал"
|
||||
)
|
||||
.required(true)
|
||||
)
|
||||
.add_option(
|
||||
CreateCommandOption::new(
|
||||
CommandOptionType::String, "game", "Игра"
|
||||
|
||||
Reference in New Issue
Block a user