Yosodog / game

2 stars 1 forks source link

Solves issue #43, with last member leaving an alliance #56

Closed LordStrum closed 7 years ago

LordStrum commented 7 years ago

Since I suck at linking issues, this solves #43

Yosodog commented 7 years ago

Not 100% sure if you can do it, but try and do $roles->delete() rather than loop through them and delete them. This just makes it more efficient. If that doesn't work then I'll just pull this shit in.

LordStrum commented 7 years ago

BadMethodCallException in Macroable.php line 74: Method delete does not exist.

Doesn't look like I can do that.