Splitting up, doesn't work

This commit is contained in:
2025-11-23 16:55:44 +01:00
parent d2da0069ec
commit 56fae83f03
11 changed files with 225 additions and 197 deletions

View File

@@ -0,0 +1,10 @@
global using NetCord;
global using NetCord.Gateway;
global using NetCord.Rest;
global using NetCord.Services.ApplicationCommands;
global using NetCord.Services;
global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using System.Threading.Tasks;