-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged J0n code and added namespacing
- Loading branch information
Showing
10 changed files
with
2,314 additions
and
2,403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// This file is used by Code Analysis to maintain SuppressMessage | ||
// attributes that are applied to this project. | ||
// Project-level suppressions either have no target or are given | ||
// a specific target and scoped to a namespace, type, member, etc. | ||
|
||
using System.Diagnostics.CodeAnalysis; | ||
|
||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagAddCommand(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagRemoveCommand(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagListCommand(DSharpPlus.SlashCommands.InteractionContext)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagAliasCommand(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String,System.String,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagEditCommand(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagRemoveAlias(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagRenameCommand(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagAddAuthor(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagColorPicking(DSharpPlus.SlashCommands.InteractionContext,System.String,System.Nullable{UPBot.TagColorValue})~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagImagePicking(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagImageRemoving(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagThumbnailPicking(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagThumbnailRemoving(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTimezone.TZTimeGetCommand(DSharpPlus.SlashCommands.InteractionContext,DSharpPlus.Entities.DiscordUser)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTimezone.TZListCommand(DSharpPlus.SlashCommands.InteractionContext)~System.Threading.Tasks.Task")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTimezone.GetTZScore(System.String,System.String)~System.Int32")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashDelete.DeleteCommand(DSharpPlus.SlashCommands.InteractionContext,System.Int64,DSharpPlus.Entities.DiscordUser)~System.Threading.Tasks.Task")] |
Oops, something went wrong.