Directories
This commit is contained in:
13
LaDOSE.Src/LaDOSE.DiscordBot/Dependencies.cs
Normal file
13
LaDOSE.Src/LaDOSE.DiscordBot/Dependencies.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Threading;
|
||||
using DSharpPlus.Interactivity;
|
||||
using LaDOSE.DiscordBot.Service;
|
||||
|
||||
namespace LaDOSE.DiscordBot
|
||||
{
|
||||
internal class Dependencies
|
||||
{
|
||||
internal InteractivityModule Interactivity { get; set; }
|
||||
internal CancellationTokenSource Cts { get; set; }
|
||||
public ChallongeService ChallongeService { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user