diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-16 02:53:45 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-16 02:53:45 -0400 |
| commit | c9e6b2e681088687f5a714c3324d4d0731b8393e (patch) | |
| tree | aaded1a3182b2d2ad1268043ad20067b26cb4531 /src/commands/meme/mod.rs | |
| parent | f39b1607b54073646b8ebae8852000706db885ad (diff) | |
better unrecognized handling, more expressive react/unreact indicators
Diffstat (limited to 'src/commands/meme/mod.rs')
| -rw-r--r-- | src/commands/meme/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/meme/mod.rs b/src/commands/meme/mod.rs index 9495ec7..ca7714a 100644 --- a/src/commands/meme/mod.rs +++ b/src/commands/meme/mod.rs @@ -40,7 +40,7 @@ use crate::{ mod create; mod delete; mod history; -mod invoke; +pub(crate) mod invoke; pub fn commands() -> Vec<poise::Command<crate::PoiseData, anyhow::Error>> { vec