mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Cleaned up some unused/commented code
- Small amount of refactoring - Separated imagesharp extension to ImageSharpExtensions.cs - Using .join Ienumerable extension instead of string.join in some places
This commit is contained in:
@@ -4,7 +4,7 @@ using NadekoBot.Db;
|
||||
namespace NadekoBot.Modules.Administration.Services;
|
||||
|
||||
// todo dateonly timeonly
|
||||
// todo new apis
|
||||
// todo timer
|
||||
public class GameVoiceChannelService : INService
|
||||
{
|
||||
public ConcurrentHashSet<ulong> GameVoiceChannels { get; }
|
||||
|
Reference in New Issue
Block a user