Skip to content

Commit

Permalink
New discord sublib called chatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake committed Feb 1, 2018
1 parent a06109d commit fc4e901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions discordlib/chatter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exports.sass = function(input){
return 'ain\'t nobody got time for that'
}
3 changes: 2 additions & 1 deletion discordlib/index.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc4e901

Please # to comment.