diff options
Diffstat (limited to 'src/commands/reactionroles.rs')
-rw-r--r-- | src/commands/reactionroles.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/reactionroles.rs b/src/commands/reactionroles.rs index 65de61a..ceb7154 100644 --- a/src/commands/reactionroles.rs +++ b/src/commands/reactionroles.rs @@ -73,7 +73,7 @@ pub async fn init( e }); m - }).await?.unwrap().message().await?; + }).await?.message().await?; if let Some(title) = ctx .author() |