Reformatted the dice roll buttons
This commit is contained in:
@@ -72,11 +72,9 @@ fn find_voice_channel(
|
||||
.and_then(|voice_state| voice_state.channel_id)
|
||||
{
|
||||
Some(channel) => Ok(channel),
|
||||
None => {
|
||||
Err(SirenError::new(
|
||||
400,
|
||||
"User is not in a voice channel".to_string(),
|
||||
))
|
||||
}
|
||||
None => Err(SirenError::new(
|
||||
400,
|
||||
"User is not in a voice channel".to_string(),
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user