aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme/mod.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 02:53:45 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 02:53:45 -0400
commitc9e6b2e681088687f5a714c3324d4d0731b8393e (patch)
treeaaded1a3182b2d2ad1268043ad20067b26cb4531 /src/commands/meme/mod.rs
parentf39b1607b54073646b8ebae8852000706db885ad (diff)
better unrecognized handling, more expressive react/unreact indicators
Diffstat (limited to 'src/commands/meme/mod.rs')
-rw-r--r--src/commands/meme/mod.rs2
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![