Format the project with 'dotnet format' (#2551)
* Sync and Re-Format * Fix Title string. * Fix indentation.
This commit is contained in:
@@ -16,9 +16,9 @@ namespace Discord.Interactions
|
||||
/// Register a method as a Message Context Command.
|
||||
/// </summary>
|
||||
/// <param name="name">Name of the context command.</param>
|
||||
public MessageCommandAttribute (string name) : base(name, ApplicationCommandType.Message) { }
|
||||
public MessageCommandAttribute(string name) : base(name, ApplicationCommandType.Message) { }
|
||||
|
||||
internal override void CheckMethodDefinition (MethodInfo methodInfo)
|
||||
internal override void CheckMethodDefinition(MethodInfo methodInfo)
|
||||
{
|
||||
var parameters = methodInfo.GetParameters();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user