mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Fixed wrong user avatar when disconnected
This commit is contained in:
@@ -45,7 +45,7 @@ const EMBEDS = {
|
||||
return makeSuccessEmbed({
|
||||
title: locale.__('musicplayer_join.disconnected'),
|
||||
description: locale.__('musicplayer_join.disconnected_reason_disconnected'),
|
||||
user: data.getUser()
|
||||
user: DiscordProvider.client.user
|
||||
});
|
||||
},
|
||||
VOICECHANNEL_INUSE: (data: HybridInteractionMessage, locale: I18n, haveForceMove: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user