• Guides
  • Api Documentation
Show / Hide Table of Contents
  • Discord.Addons.MpGame
    • CurrentlyPlaying
    • GameBase<TPlayer>
    • IMpGameData
    • MpGameModuleBase<TService, TGame, TPlayer>
    • MpGameService<TGame, TPlayer>
    • MpGameService<TGame, TPlayer>.MpGameData
    • Player
  • Discord.Addons.MpGame.Collections
    • CircularLinkedList<T>
    • Hand<T>
    • IWrapper<T>
    • Node<T>
    • Pile<T>
    • WrappingPile<T, TWrapper>
  • Discord.Addons.Preconditions
    • Measure
    • MinimumOnlineUsersAttribute
    • RatelimitAttribute
    • RatelimitFlags
    • RequireLowerHierarchyAttribute
    • RequireRoleAttribute
    • UserMustBeInVoiceAttribute

Enum RatelimitFlags

Determines the behavior of the RatelimitAttribute.

Namespace: Discord.Addons.Preconditions
Assembly: Discord.Addons.Preconditions.dll
Syntax
[Flags]
public enum RatelimitFlags

Fields

Name Description
ApplyPerGuild

Set whether or not to apply a limit per guild.

NoLimitForAdmins

Set whether or not there is no limit to the command for guild admins.

NoLimitInDMs

Set whether or not there is no limit to the command in DMs.

None

Set none of the flags.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX