From 887829f96a0a4ca802e7ca75a78b3fd6e598c2f5 Mon Sep 17 00:00:00 2001 From: TurtleGamingFTW <31663833+TurtleGamingFTW@users.noreply.github.com> Date: Mon, 9 Apr 2018 08:09:31 -0400 Subject: [PATCH] Update giphy.js Removed you api key from giphy command --- plugins/Giphy/giphy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Giphy/giphy.js b/plugins/Giphy/giphy.js index ef24edf3..12195ea8 100644 --- a/plugins/Giphy/giphy.js +++ b/plugins/Giphy/giphy.js @@ -5,7 +5,7 @@ exports.commands = [ var qs = require("querystring"); var giphy_config = { - "api_key": "dc6zaTOxFJmzC", + "api_key": "your key here", "rating": "r", "url": "http://api.giphy.com/v1/gifs/random", "permission": ["NORMAL"]