Skip to content

Commit

Permalink
Merge pull request #32 from Kirollos/develop
Browse files Browse the repository at this point in the history
Merge Develop -> Main
  • Loading branch information
dassjosh authored Sep 3, 2021
2 parents 9b82667 + 1654b2c commit 8e155dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
16 changes: 11 additions & 5 deletions Oxide.Ext.Discord/Entities/Messages/MessageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,25 @@ public enum MessageType
/// <summary>
/// The message for when the message is an application command
/// </summary>
[Description("APPLICATION_COMMAND")]
ApplicationCommand = 20,
[Description("CHAT_INPUT_COMMAND")]
ChatInputCommand = 20,

/// <summary>
/// Starter message for a thread
/// </summary>
[Description("THREAD_STARTER_MESSAGE")]
ThreadStarterMessage = 20,
ThreadStarterMessage = 21,

/// <summary>
/// Reminder for a guild invite
/// </summary>
[Description("GUILD_INVITE_REMINDER")]
GuildInviteReminder = 20
GuildInviteReminder = 22,

/// <summary>
/// Reminder for a guild invite
/// </summary>
[Description("CONTEXT_MENU_COMMAND")]
ContextMenuCommand = 23
}
}
7 changes: 6 additions & 1 deletion Oxide.Ext.Discord/Oxide.Ext.Discord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9474,7 +9474,7 @@
The message for when the message is a reply
</summary>
</member>
<member name="F:Oxide.Ext.Discord.Entities.Messages.MessageType.ApplicationCommand">
<member name="F:Oxide.Ext.Discord.Entities.Messages.MessageType.ChatInputCommand">
<summary>
The message for when the message is an application command
</summary>
Expand All @@ -9489,6 +9489,11 @@
Reminder for a guild invite
</summary>
</member>
<member name="F:Oxide.Ext.Discord.Entities.Messages.MessageType.ContextMenuCommand">
<summary>
Reminder for a guild invite
</summary>
</member>
<member name="T:Oxide.Ext.Discord.Entities.Permissions.DiscordColor">
<summary>
Represents a Discord Color
Expand Down

0 comments on commit 8e155dc

Please sign in to comment.