diff options
| author | seth <[email protected]> | 2023-12-05 05:17:49 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-15 16:41:13 -0500 |
| commit | 815cb0df3b3e3f9dd2078b00f85754da87b1d55e (patch) | |
| tree | 85099483f8ebb0586bc097b65f6c5a2b5997150e /src/commands/general/random.rs | |
| parent | 0ca61ddff6ec7404f0aeabc1c8c785bbc8db7fd5 (diff) | |
refactor: centralize storage handlers
Diffstat (limited to 'src/commands/general/random.rs')
| -rw-r--r-- | src/commands/general/random.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/general/random.rs b/src/commands/general/random.rs index 9aa282a..9595d09 100644 --- a/src/commands/general/random.rs +++ b/src/commands/general/random.rs @@ -1,4 +1,5 @@ use crate::{api, consts, utils, Context}; + use color_eyre::eyre::Result; #[poise::command(slash_command, subcommands("lore", "teawie", "shiggy"))] |
