mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
github editing moment x2
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
8aedbd5197
commit
6fcfd67fe0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public sealed class SongUpdateService : BackgroundService
|
|||
while (!ct.IsCancellationRequested)
|
||||
{
|
||||
var nextSong = SongList[_nextSongIndex];
|
||||
_activityList[0] = new Activity($"{nextSong.Name} / {nextSong.Author}",
|
||||
_activityList[0] = new Activity($"{nextSong.Name} / {nextSong.Author}",
|
||||
ActivityType.Listening);
|
||||
_client.SubmitCommand(
|
||||
new UpdatePresence(
|
||||
|
|
Loading…
Add table
Reference in a new issue