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