Merge branch 'context-menu-commands' of https://github.com/discordeno/discordeno into context-menu-commands

This commit is contained in:
Skillz4Killz
2021-07-22 18:35:34 +00:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ export * from "./commands/edit_global_application_command.ts";
export * from "./commands/edit_guild_application_command.ts";
export * from "./commands/guild_application_command_permissions.ts";
export * from "./commands/application_command.ts";
export * from "./commands/application_command_types.ts"
export * from "./commands/application_command_types.ts";
export * from "./interaction.ts";
export * from "./interaction_guild_member.ts";
export * from "./interaction_response.ts";