diff --git a/user.go b/user.go index 6996524..c15a676 100644 --- a/user.go +++ b/user.go @@ -906,5 +906,5 @@ func (user *User) unbridgeGuild(guildID string) error { // } //} - return nil + return errors.New("unbridging is not currently supported") }