Updated Ellie.Bot.Db GlobalUsings.cs

This commit is contained in:
Emotion 2023-07-12 16:29:47 +12:00
parent 42acf4410e
commit eb91d0f8de
No known key found for this signature in database
GPG key ID: D7D3E4C27A98C37B

View file

@ -1,31 +1,4 @@
// // global using System.Collections.Concurrent; // // ellie
// global using NonBlocking;
//
// // packages
// global using Serilog;
// global using Humanizer;
//
// // nadekobot
global using Ellie; global using Ellie;
global using Ellie.Services; global using Ellie.Services;
global using Ellise.Common; global using Ellise.Common;
// global using NadekoBot.Common; // old + nadekobot specific things
// global using NadekoBot.Common.Attributes;
// global using NadekoBot.Extensions;
// global using Nadeko.Snake;
// // 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 = NadekoBot.Common.TypeReaders.TypeReaderResult;
// non-essential
// global using JetBrains.Annotations;