change: .setgame renamed to .setactivity and now supports custom activities (with no playing in front of the text)

This commit is contained in:
Kwoth
2024-08-17 00:13:13 +00:00
parent e314686a03
commit dc63e46852
6 changed files with 80 additions and 59 deletions

View File

@@ -58,7 +58,7 @@ public sealed class PlayingRotateService : INService, IReadyExecutor
: rotatingStatuses[index++];
var statusText = await _repService.ReplaceAsync(playingStatus.Status, new (client: _client));
await _selfService.SetGameAsync(statusText, (ActivityType)playingStatus.Type);
await _selfService.SetActivityAsync(statusText, (ActivityType)playingStatus.Type);
}
catch (Exception ex)
{