Skip to content

Commit

Permalink
non-generic lavaplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucked committed Jun 2, 2024
1 parent 518834f commit a28272b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/LavaPlayer.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System;
using System.Text.Json.Serialization;
using Victoria.Converters;
using Victoria.Rest;
using Victoria.Rest.Filters;

namespace Victoria;

/// <inheritdoc />
public class LavaPlayer : LavaPlayer<LavaTrack>;

/// <summary>
///
/// </summary>
Expand Down

0 comments on commit a28272b

Please sign in to comment.