1
0
mirror of https://gitlab.com/Deukhoofd/DeukBot4.git synced 2026-04-04 11:40:05 +00:00

Even more changes

This commit is contained in:
2018-03-30 14:51:38 +02:00
parent ba1096be6d
commit adf1766690
12 changed files with 235 additions and 97 deletions

View File

@@ -0,0 +1,10 @@
using System;
namespace DeukBot4.MessageHandlers
{
[AttributeUsage(AttributeTargets.Method)]
public class RequireParameterMatchAttribute : Attribute
{
}
}