changing folder structure
This commit is contained in:
14
Kasbot.APP/Models/Connection.cs
Normal file
14
Kasbot.APP/Models/Connection.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Discord;
|
||||
using Discord.Audio;
|
||||
using Kasbot.Services.Internal;
|
||||
|
||||
namespace Kasbot.Models
|
||||
{
|
||||
public class Connection
|
||||
{
|
||||
public IAudioClient AudioClient { get; set; }
|
||||
public IVoiceChannel AudioChannel { get; set; }
|
||||
public Stream? CurrentAudioStream { get; set; }
|
||||
public Queue<Media> Queue { get; set; } = new Queue<Media>();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user