Skip to content

Commit

Permalink
"XTag Objects" meta rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 12, 2019
1 parent 5b21118 commit 4c2730d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class DiscordBotTag implements ObjectTag {

// <--[language]
// @name DiscordBotTag
// @name DiscordBotTag Objects
// @group Object System
// @plugin dDiscordBot
// @description
Expand All @@ -34,7 +34,7 @@ public class DiscordBotTag implements ObjectTag {
// Fetcher. The constructor for a DiscordBotTag is the bot ID (as chosen in <@link command discord>).
// For example: mybot
//
// For general info, see <@link language DiscordBotTag>
// For general info, see <@link language DiscordBotTag Objects>
// -->

@Fetchable("discord")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class DiscordChannelTag implements ObjectTag {

// <--[language]
// @name DiscordChannelTag
// @name DiscordChannelTag Objects
// @group Object System
// @plugin dDiscordBot
// @description
Expand All @@ -36,7 +36,7 @@ public class DiscordChannelTag implements ObjectTag {
// For example: 1234
// Or: mybot,1234
//
// For general info, see <@link language DiscordChannelTag>
// For general info, see <@link language DiscordChannelTag Objects>
// -->

@Fetchable("discordchannel")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class DiscordGroupTag implements ObjectTag {

// <--[language]
// @name DiscordGroupTag
// @name DiscordGroupTag Objects
// @group Object System
// @plugin dDiscordBot
// @description
Expand All @@ -43,7 +43,7 @@ public class DiscordGroupTag implements ObjectTag {
// For example: 1234
// Or: mybot,1234
//
// For general info, see <@link language DiscordGroupTag>
// For general info, see <@link language DiscordGroupTag Objects>
// -->

@Fetchable("discordgroup")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class DiscordRoleTag implements ObjectTag {

// <--[language]
// @name DiscordRoleTag
// @name DiscordRoleTag Objects
// @group Object System
// @plugin dDiscordBot
// @description
Expand All @@ -39,7 +39,7 @@ public class DiscordRoleTag implements ObjectTag {
// Or: 1234,4321
// Or: mybot,1234,4321
//
// For general info, see <@link language DiscordRoleTag>
// For general info, see <@link language DiscordRoleTag Objects>
// -->

@Fetchable("discordrole")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class DiscordUserTag implements ObjectTag {

// <--[language]
// @name DiscordUserTag
// @name DiscordUserTag Objects
// @group Object System
// @plugin dDiscordBot
// @description
Expand All @@ -42,7 +42,7 @@ public class DiscordUserTag implements ObjectTag {
// For example: 1234
// Or: mybot,1234
//
// For general info, see <@link language DiscordUserTag>
// For general info, see <@link language DiscordUserTag Objects>
// -->

@Fetchable("discorduser")
Expand Down

0 comments on commit 4c2730d

Please sign in to comment.