-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalUsings.cs
More file actions
45 lines (45 loc) · 1.79 KB
/
Copy pathGlobalUsings.cs
File metadata and controls
45 lines (45 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
global using Azusa.Attributes;
global using Azusa.Events;
global using Azusa.Extensions;
global using DSharpPlus;
global using DSharpPlus.Commands;
global using DSharpPlus.Commands.ArgumentModifiers;
global using DSharpPlus.Commands.ContextChecks;
global using DSharpPlus.Commands.EventArgs;
global using DSharpPlus.Commands.Processors.MessageCommands;
global using DSharpPlus.Commands.Processors.SlashCommands;
global using DSharpPlus.Commands.Processors.SlashCommands.Metadata;
global using DSharpPlus.Commands.Processors.TextCommands;
global using DSharpPlus.Commands.Processors.TextCommands.Parsing;
global using DSharpPlus.Commands.Processors.UserCommands;
global using DSharpPlus.Commands.Trees.Metadata;
global using DSharpPlus.Entities;
global using DSharpPlus.EventArgs;
global using DSharpPlus.Exceptions;
global using DSharpPlus.Interactivity;
global using DSharpPlus.Interactivity.Enums;
global using DSharpPlus.Interactivity.EventHandling;
global using DSharpPlus.Interactivity.Extensions;
global using Microsoft.CodeAnalysis.CSharp.Scripting;
global using Microsoft.CodeAnalysis.Scripting;
global using Microsoft.Extensions.Logging;
global using Newtonsoft.Json;
global using Serilog;
global using Serilog.Sinks.Grafana.Loki;
global using Serilog.Sinks.SystemConsole.Themes;
global using StackExchange.Redis;
global using System;
global using System.Collections.Generic;
global using System.ComponentModel;
global using System.ComponentModel.DataAnnotations;
global using System.Diagnostics;
global using System.IO;
global using System.Linq;
global using System.Net;
global using System.Net.Http;
global using System.Numerics;
global using System.Reflection;
global using System.Runtime.InteropServices;
global using System.Text.RegularExpressions;
global using System.Threading;
global using System.Threading.Tasks;