Skip to content

Commit

Permalink
add groups to event meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 31, 2021
1 parent fc74f24 commit 9c21fcd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Expand Up @@ -29,6 +29,8 @@ public class DiscordMessageDeletedScriptEvent extends DiscordScriptEvent {
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.channel> returns the channel.
Expand Down
Expand Up @@ -31,6 +31,8 @@ public class DiscordMessageModifiedScriptEvent extends DiscordScriptEvent {
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.channel> returns the channel.
Expand Down
Expand Up @@ -22,6 +22,8 @@ public class DiscordMessageReactionAddScriptEvent extends DiscordScriptEvent {
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.channel> returns the channel.
Expand Down
Expand Up @@ -22,6 +22,8 @@ public class DiscordMessageReactionRemoveScriptEvent extends DiscordScriptEvent
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.channel> returns the channel.
Expand Down
Expand Up @@ -32,6 +32,8 @@ public class DiscordMessageReceivedScriptEvent extends DiscordScriptEvent {
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.channel> returns the channel.
Expand Down
Expand Up @@ -23,6 +23,8 @@ public class DiscordUserJoinsScriptEvent extends DiscordScriptEvent {
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.group> returns the group.
Expand Down
Expand Up @@ -23,6 +23,8 @@ public class DiscordUserLeavesScriptEvent extends DiscordScriptEvent {
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.group> returns the group.
Expand Down
Expand Up @@ -30,6 +30,8 @@ public class DiscordUserRoleChangeScriptEvent extends DiscordScriptEvent {
//
// @Plugin dDiscordBot
//
// @Group Discord
//
// @Context
// <context.bot> returns the relevant Discord bot object.
// <context.group> returns the group.
Expand Down

0 comments on commit 9c21fcd

Please sign in to comment.