Directories

This commit is contained in:
2018-10-04 21:18:18 +02:00
parent 3b88ea1d48
commit b5ca26c7cb
16 changed files with 0 additions and 0 deletions

View 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; }
}
}