Skip to content

Commit

Permalink
Merged J0n code and added namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
CPULL committed Jul 26, 2022
1 parent 86e715a commit 817e58f
Show file tree
Hide file tree
Showing 10 changed files with 2,314 additions and 2,403 deletions.
24 changes: 24 additions & 0 deletions GlobalSuppressions.cs
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")]
Loading

0 comments on commit 817e58f

Please sign in to comment.