mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Removed extra characters
This commit is contained in:
@@ -94,10 +94,10 @@ const EMBEDS = {
|
||||
let title = '';
|
||||
switch (activity.type) {
|
||||
case ActivityType.Playing:
|
||||
title = `'🕹 ${locale.__('userinfo.playing_x', { NAME: activity.name })}`;
|
||||
title = `🕹 ${locale.__('userinfo.playing_x', { NAME: activity.name })}`;
|
||||
break;
|
||||
case ActivityType.Streaming:
|
||||
title = `'🔴 ${locale.__('userinfo.streaming_x', { NAME: activity.name })}`;
|
||||
title = `🔴 ${locale.__('userinfo.streaming_x', { NAME: activity.name })}`;
|
||||
break;
|
||||
case ActivityType.Listening:
|
||||
title = `🎵 ${locale.__('userinfo.listening_x', { NAME: activity.name })}`;
|
||||
|
||||
Reference in New Issue
Block a user