mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Implicit usings and more global usings
This commit is contained in:
13
src/NadekoBot/GlobalUsings.cs
Normal file
13
src/NadekoBot/GlobalUsings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
global using Serilog;
|
||||
|
||||
global using NadekoBot;
|
||||
global using NadekoBot.Services;
|
||||
global using NadekoBot.Common;
|
||||
global using NadekoBot.Common.Attributes;
|
||||
|
||||
global using Discord;
|
||||
global using Discord.Commands;
|
||||
global using Discord.Net;
|
||||
global using Discord.WebSocket;
|
||||
|
||||
global using System.Collections.Concurrent;
|
Reference in New Issue
Block a user