ci: Possible CI fix. Breaking RID change. Windows 7 no longer supported :\

refactor: Ayu.Discord.Voice renamed to NadekoBot.Voice to avoid confusion
This commit is contained in:
Kwoth
2024-04-27 19:08:17 +00:00
parent 4a378b9663
commit ddeded9a70
25 changed files with 32 additions and 95 deletions

View File

@@ -1,5 +1,5 @@
#nullable disable
using Ayu.Discord.Voice;
using NadekoBot.Voice;
using System.Reflection;
namespace NadekoBot.Modules.Music.Services;

View File

@@ -1,5 +1,5 @@
#nullable disable
using Ayu.Discord.Voice;
using NadekoBot.Voice;
namespace NadekoBot.Modules.Music;

View File

@@ -1,4 +1,4 @@
using Ayu.Discord.Voice;
using NadekoBot.Voice;
using NadekoBot.Db.Models;
using System.ComponentModel;
using System.Diagnostics;

View File

@@ -1,6 +1,6 @@
#nullable disable
using Ayu.Discord.Voice;
using Ayu.Discord.Voice.Models;
using NadekoBot.Voice;
using NadekoBot.Voice.Models;
namespace NadekoBot.Modules.Music;