diff options
Diffstat (limited to 'azalea/examples/testbot/killaura.rs')
| -rw-r--r-- | azalea/examples/testbot/killaura.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/testbot/killaura.rs b/azalea/examples/testbot/killaura.rs index 4f29a0f2..136ae7dd 100644 --- a/azalea/examples/testbot/killaura.rs +++ b/azalea/examples/testbot/killaura.rs @@ -6,7 +6,7 @@ use azalea::{ use crate::State; -pub fn tick(bot: Client, state: State) -> anyhow::Result<()> { +pub fn tick(bot: Client, state: State) -> eyre::Result<()> { if !state.killaura { return Ok(()); } |
