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) {