mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Small cleanup
This commit is contained in:
@@ -21,7 +21,7 @@ namespace NadekoBot.Services
|
|||||||
.Enrich.WithProperty("LogSource", source)
|
.Enrich.WithProperty("LogSource", source)
|
||||||
.CreateLogger();
|
.CreateLogger();
|
||||||
|
|
||||||
System.Console.OutputEncoding = Encoding.UTF8;
|
Console.OutputEncoding = Encoding.UTF8;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static ConsoleTheme GetTheme()
|
private static ConsoleTheme GetTheme()
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
using System;
|
#nullable enable
|
||||||
|
using System;
|
||||||
using System.Buffers;
|
using System.Buffers;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
#nullable enable
|
|
||||||
namespace Ayu.Discord.Voice
|
namespace Ayu.Discord.Voice
|
||||||
{
|
{
|
||||||
public sealed class PoopyBufferImmortalized : ISongBuffer
|
public sealed class PoopyBufferImmortalized : ISongBuffer
|
||||||
|
Reference in New Issue
Block a user