Skip to content

Commit

Permalink
keep old discord.app.js available for existing sources in case they're
Browse files Browse the repository at this point in the history
redeployed.
make new discord app v2
  • Loading branch information
danhsiung committed Sep 18, 2020
1 parent 2528372 commit 21d83d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 8 additions & 0 deletions components/discord/discord-v2.app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
type: "app",
app: "discord",
propDefinitions: {
},
methods: {
},
}
8 changes: 0 additions & 8 deletions components/discord/discord.app.js

This file was deleted.

1 change: 1 addition & 0 deletions components/discord/discord.app.js
2 changes: 1 addition & 1 deletion components/discord/new-message.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const discord = require("https://github.com/PipedreamHQ/pipedream/components/discord/discord.app.js")
const discord = require("https://github.com/PipedreamHQ/pipedream/components/discord/discord-v2.app.js")

module.exports = {
name: 'new discord message',
Expand Down

0 comments on commit 21d83d2

Please sign in to comment.