aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme.rs
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-02-16 14:52:54 -0500
committerNathan Perry <avaglir@gmail.com>2019-02-16 14:52:54 -0500
commit966a4934552a43d2a1de0e314bacd7bada0a6845 (patch)
tree44a895eb5859ff0390f1008f2beed2de4b18e548 /src/commands/meme.rs
parent978945e16046fb28b2351ee637fd267c38df93ac (diff)
clean up project structure
- Move audio-related code into its own top-level module, separating out playback commands into their own file in `commands`. - Rename `sound` commands module to `sound_levels`.
Diffstat (limited to 'src/commands/meme.rs')
-rw-r--r--src/commands/meme.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/commands/meme.rs b/src/commands/meme.rs
index 8514eed..0305e79 100644
--- a/src/commands/meme.rs
+++ b/src/commands/meme.rs
@@ -13,12 +13,12 @@ use serenity::{
};
use crate::{
+ audio::{
+ CtxExt,
+ PlayArgs,
+ PlayQueue,
+ },
commands::{
- playback::{
- CtxExt,
- PlayArgs,
- PlayQueue,
- },
send,
},
db::*,