mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Removed some unused classes, minor cleanup. Added rider anotations to stop some annoying code suggestions
This commit is contained in:
@@ -16,5 +16,8 @@ global using Discord.WebSocket;
|
||||
global using GuildPerm = Discord.GuildPermission;
|
||||
global using ChannelPerm = Discord.ChannelPermission;
|
||||
global using BotPermAttribute = Discord.Commands.RequireBotPermissionAttribute;
|
||||
global using LeftoverAttribute = Discord.Commands.RemainderAttribute;
|
||||
|
||||
global using System.Collections.Concurrent;
|
||||
global using System.Collections.Concurrent;
|
||||
|
||||
global using JetBrains.Annotations;
|
Reference in New Issue
Block a user