I forgot to add this file
Signed-off-by: Emotion <emotion@emotionchild.com>
This commit is contained in:
parent
56d00713dc
commit
1fa3402e57
1 changed files with 32 additions and 0 deletions
32
src/Ellie.Bot.Modules.Administration/GlobalUsings.cs
Normal file
32
src/Ellie.Bot.Modules.Administration/GlobalUsings.cs
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
// // global using System.Collections.Concurrent;
|
||||||
|
global using NonBlocking;
|
||||||
|
//
|
||||||
|
// // packages
|
||||||
|
global using Serilog;
|
||||||
|
global using Humanizer;
|
||||||
|
global using Newtonsoft;
|
||||||
|
//
|
||||||
|
// // ellie
|
||||||
|
// global using Ellie;
|
||||||
|
global using Ellie.Services;
|
||||||
|
global using Ellise.Common; // new project
|
||||||
|
global using Ellie.Common; // old + ellie specific things
|
||||||
|
global using Ellie.Common.Attributes;
|
||||||
|
global using Ellie.Extensions;
|
||||||
|
// global using Ellie.Marmalade;
|
||||||
|
|
||||||
|
// discord
|
||||||
|
global using Discord;
|
||||||
|
global using Discord.Commands;
|
||||||
|
global using Discord.Net;
|
||||||
|
global using Discord.WebSocket;
|
||||||
|
|
||||||
|
// aliases
|
||||||
|
global using GuildPerm = Discord.GuildPermission;
|
||||||
|
global using ChannelPerm = Discord.ChannelPermission;
|
||||||
|
global using BotPermAttribute = Discord.Commands.RequireBotPermissionAttribute;
|
||||||
|
global using LeftoverAttribute = Discord.Commands.RemainderAttribute;
|
||||||
|
global using TypeReaderResult = Ellie.Common.TypeReaders.TypeReaderResult;
|
||||||
|
|
||||||
|
// non-essential
|
||||||
|
// global using JetBrains.Annotations;
|
Loading…
Reference in a new issue