On Discord Command (Event) — DiSky

Addon: DiSky · Category: Event · Since: 3.0

Syntax

[on] discord command <([^\s]+)( .+)?$>

Description

Custom DiSky discord command system. Arguments works like the normal skript's one and accept both optional and require arguments.

Event Values

  • event-bot
  • event-channel
  • event-discordcommand
  • event-guild
  • event-guildchannel
  • event-member
  • event-message
  • event-messagechannel
  • event-string
  • event-user

Examples

discord command move <member> <voicechannel>:
    prefixes: !
    trigger:
        reply with mention tag of arg-2
        move arg-1 to arg-2

View source