#How can I make a limit how often a command can be executed?
1 messages · Page 1 of 1 (latest)
You can create a context check to do that
DSharpPlus.Commands.ContextChecks.IContextCheck`1
Summary
Represents a base interface for context checks to implement.
Declaration
public abstract interface IContextCheck<TAttribute> : IContextCheck
this
top