diff options
author | Cara Salter <cara@devcara.com> | 2022-06-12 20:28:51 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-12 20:35:10 -0400 |
commit | 1a50ac194851ca3b1fd5811628ace82565de5bb1 (patch) | |
tree | 1b9557652e342de83f673eaa22fbebe647368b21 /src/commands/reactionroles.rs | |
parent | cb2ec582570eed782277f613c2b1589c97eecd8e (diff) | |
download | glitch-ng-1a50ac194851ca3b1fd5811628ace82565de5bb1.tar.gz glitch-ng-1a50ac194851ca3b1fd5811628ace82565de5bb1.zip |
Update serenity version
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() |