From d1b018417fe8e4c3b6ae165d975bf0d53d0152b1 Mon Sep 17 00:00:00 2001 From: Dany Thach Date: Sun, 31 Oct 2021 18:05:51 +0100 Subject: [PATCH] Whoops forgot one --- src/Toadling.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Toadling.php b/src/Toadling.php index 4d2c563..ddd8449 100644 --- a/src/Toadling.php +++ b/src/Toadling.php @@ -70,7 +70,7 @@ class Toadling $message->delete(); return true; } - $message->guild->createRole([ + $guild->createRole([ 'name' => $color, 'color' => $colorInt, ])->done(function (Role $colorRole) use ($message) {