rustfmt. removed gating on creating user rows for join sounds

This commit is contained in:
2021-09-16 22:04:48 +01:00
parent b34ac64172
commit f75af926f5
12 changed files with 56 additions and 79 deletions

View File

@ -1,11 +1,9 @@
use regex_command_attr::command;
use serenity::{client::Context, framework::standard::CommandResult};
use songbird;
use crate::framework::{Args, CommandInvoke, CreateGenericResponse};
use songbird;
#[command("stop")]
#[required_permissions(Managed)]
#[group("Stop")]