Selaa lähdekoodia

Add error message for unbridging

Closes #3
Tulir Asokan 3 vuotta sitten
vanhempi
sitoutus
303a6eb5fb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      user.go

+ 1 - 1
user.go

@@ -906,5 +906,5 @@ func (user *User) unbridgeGuild(guildID string) error {
 	//	}
 	//}
 
-	return nil
+	return errors.New("unbridging is not currently supported")
 }