10 lines
314 B
C#
10 lines
314 B
C#
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; |