mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Lots more stuff
This commit is contained in:
31
src/Nadeko.Bot.Db/GlobalUsings.cs
Normal file
31
src/Nadeko.Bot.Db/GlobalUsings.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
// // global using System.Collections.Concurrent;
|
||||
// global using NonBlocking;
|
||||
//
|
||||
// // packages
|
||||
// global using Serilog;
|
||||
// global using Humanizer;
|
||||
//
|
||||
// // nadekobot
|
||||
global using NadekoBot;
|
||||
global using NadekoBot.Services;
|
||||
global using Nadeko.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;
|
Reference in New Issue
Block a user