Implemented roll request, updated API requests
This commit is contained in:
@@ -73,8 +73,8 @@ fn find_voice_channel(
|
||||
{
|
||||
Some(channel) => Ok(channel),
|
||||
None => {
|
||||
return Err(SirenError::new(
|
||||
401,
|
||||
Err(SirenError::new(
|
||||
400,
|
||||
"User is not in a voice channel".to_string(),
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user