From fc4e9019b759999d22811441505d63c56f934ecd Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 31 Jan 2018 20:51:40 -0700 Subject: [PATCH] New discord sublib called chatter --- discordlib/chatter.js | 3 +++ discordlib/index.js | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 discordlib/chatter.js diff --git a/discordlib/chatter.js b/discordlib/chatter.js new file mode 100644 index 0000000..d2e24e2 --- /dev/null +++ b/discordlib/chatter.js @@ -0,0 +1,3 @@ +exports.sass = function(input){ + return 'ain\'t nobody got time for that' +} diff --git a/discordlib/index.js b/discordlib/index.js index 3df850b..daa7aec 100644 --- a/discordlib/index.js +++ b/discordlib/index.js @@ -1,6 +1,7 @@ // List all local components here const components = [ - './discordroles' + './discordroles', + './chatter' ] // Go through each chunk of the library and set each exported