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:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace DeukBot4.MessageHandlers
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class RequireParameterMatchAttribute : Attribute
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user