Add error message for unbridging

Closes #3
This commit is contained in:
Tulir Asokan
2022-06-19 15:27:01 +03:00
parent ffe9e75479
commit 303a6eb5fb

View File

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