diff options
| -rw-r--r-- | src/commands/copypasta.rs | 7 | ||||
| -rw-r--r-- | src/copypastas/astral.txt | 7 | ||||
| -rw-r--r-- | src/copypastas/dvd.txt (renamed from src/include/dvd.txt) | 0 | ||||
| -rw-r--r-- | src/copypastas/egrill.txt (renamed from src/include/egrill.txt) | 0 | ||||
| -rw-r--r-- | src/copypastas/happymeal.txt (renamed from src/include/happymeal.txt) | 0 | ||||
| -rw-r--r-- | src/copypastas/ismah.txt (renamed from src/include/ismah.txt) | 0 | ||||
| -rw-r--r-- | src/copypastas/navyseal.txt (renamed from src/include/navyseal.txt) | 0 | ||||
| -rw-r--r-- | src/copypastas/sus.txt (renamed from src/include/sus.txt) | 0 | ||||
| -rw-r--r-- | src/copypastas/ticktock.txt (renamed from src/include/ticktock.txt) | 0 | ||||
| -rw-r--r-- | src/copypastas/twitter.txt (renamed from src/include/twitter.txt) | 0 | ||||
| -rw-r--r-- | src/utils.rs | 2 |
11 files changed, 12 insertions, 4 deletions
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") }) } diff --git a/src/copypastas/astral.txt b/src/copypastas/astral.txt new file mode 100644 index 0000000..9984f31 --- /dev/null +++ b/src/copypastas/astral.txt @@ -0,0 +1,7 @@ +Today while astral projecting I summoned allah to try and weaken him so our hexing spells would work better. + +He is so fucking powerful. I’m not at a power level to do this alone. I barely escaped with my life and I’m spiritually injured to a great amount, but I think I’ll make it. + +I can’t imagine what he would do to a new, unsuspecting witch. I’m scared that I will have to face him again soon if I ever want to continue astral projecting. I’m currently burning healing incense and drawing spiritual energy from my crystals to try and heal as quickly as possible. + +Please be safe everyone. Allah is much stronger than I first imagined and we will have to do this together if we want to slay a god. diff --git a/src/include/dvd.txt b/src/copypastas/dvd.txt index 83eb3a4..83eb3a4 100644 --- a/src/include/dvd.txt +++ b/src/copypastas/dvd.txt diff --git a/src/include/egrill.txt b/src/copypastas/egrill.txt index e492a92..e492a92 100644 --- a/src/include/egrill.txt +++ b/src/copypastas/egrill.txt diff --git a/src/include/happymeal.txt b/src/copypastas/happymeal.txt index bf52100..bf52100 100644 --- a/src/include/happymeal.txt +++ b/src/copypastas/happymeal.txt diff --git a/src/include/ismah.txt b/src/copypastas/ismah.txt index 10f3969..10f3969 100644 --- a/src/include/ismah.txt +++ b/src/copypastas/ismah.txt diff --git a/src/include/navyseal.txt b/src/copypastas/navyseal.txt index 4a2ea0e..4a2ea0e 100644 --- a/src/include/navyseal.txt +++ b/src/copypastas/navyseal.txt diff --git a/src/include/sus.txt b/src/copypastas/sus.txt index 83deb72..83deb72 100644 --- a/src/include/sus.txt +++ b/src/copypastas/sus.txt diff --git a/src/include/ticktock.txt b/src/copypastas/ticktock.txt index 9fdd334..9fdd334 100644 --- a/src/include/ticktock.txt +++ b/src/copypastas/ticktock.txt diff --git a/src/include/twitter.txt b/src/copypastas/twitter.txt index 883cd1b..883cd1b 100644 --- a/src/include/twitter.txt +++ b/src/copypastas/twitter.txt diff --git a/src/utils.rs b/src/utils.rs index c75601f..4b56dc6 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -6,7 +6,7 @@ use std::collections::HashMap; use std::vec; const CHAR_LIMIT: usize = 2000; -const FILES: Dir = include_dir!("src/include"); +const FILES: Dir = include_dir!("src/copypastas"); /* * chooses a random element from an array |
