From 3dc807ed0a78c7f15030e5a739cf66b522e27c04 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 13 Apr 2023 17:02:42 -0400 Subject: add astral copypasta + include/ -> copypastas/ --- src/commands/copypasta.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/commands') diff --git a/src/commands/copypasta.rs b/src/commands/copypasta.rs index 0e1a8e6..d7ec2d0 100644 --- a/src/commands/copypasta.rs +++ b/src/commands/copypasta.rs @@ -52,12 +52,13 @@ pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicatio .description("the copypasta you want to send") .kind(CommandOptionType::String) .required(true) - .add_string_choice("ismah", "ismah") // renable this later + .add_string_choice("astral", "astral") + .add_string_choice("dvd", "dvd") + .add_string_choice("egrill", "egrill") .add_string_choice("happymeal", "happymeal") + .add_string_choice("ismah", "ismah") .add_string_choice("sus", "sus") .add_string_choice("ticktock", "ticktock") - .add_string_choice("egrill", "egrill") - .add_string_choice("dvd", "dvd") .add_string_choice("twitter", "twitter") }) } -- cgit v1.2.3