mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
No longer crash if unable to login to VRChat
This commit is contained in:
@@ -22,12 +22,6 @@ const EMBEDS = {
|
||||
user: data.getUser()
|
||||
});
|
||||
},
|
||||
NOT_INITIALIZED: (data: HybridInteractionMessage) => {
|
||||
return makeErrorEmbed({
|
||||
title: `VRChat feature is disabled`,
|
||||
user: data.getUser()
|
||||
});
|
||||
},
|
||||
ERROR: (data: HybridInteractionMessage) => {
|
||||
return makeErrorEmbed({
|
||||
title: `Something went wrong while connecting to VRChat`,
|
||||
|
||||
Reference in New Issue
Block a user