From 966a4934552a43d2a1de0e314bacd7bada0a6845 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 16 Feb 2019 14:52:54 -0500 Subject: 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`. --- src/commands/meme.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/commands/meme.rs') 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::*, -- cgit v1.3.1