Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4 from nhatzHK/xkcd
Browse files Browse the repository at this point in the history
xkcd_final_1
  • Loading branch information
nhatzHK authored Jun 13, 2017
2 parents 6244a0d + 8b819a4 commit 27b9787
Show file tree
Hide file tree
Showing 15 changed files with 4,196 additions and 19,009 deletions.
4 changes: 2 additions & 2 deletions javascript/wame.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const DISCORD = require ("discord.js"); // Direct dependency (npm install discordjs)
const JSONFILE = require ("jsonfile");
const CONFIG = require ("./wame.config.json"); // Ressource file (holds the bot properties) FIXME: Put error message &co in separate file
const HELP = require ("./wame.help.json"); // Ressource file (holds help messages)
const CONFIG = require ("./wame.config.json.priv"); // Ressource file (holds the bot properties) FIXME: Put error message &co in separate file
const HELP = require ("../json/wame.help.json"); // Ressource file (holds help messages)

const WAME = new DISCORD.Client (); // Create the client, starting point of the bot

Expand Down
3 changes: 2 additions & 1 deletion json/wame.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"code_mark" : "```",
"vote" : "The vote to",
"acknowledgement" : "have been acknowledged.",
"kicked_null" : "I mean, you're not wrong, but air is elastic. There's no point in trying to kick it out!"
"kicked_null" : "I mean, you're not wrong, but air is elastic. There's no point in trying to kick it out!",
"report_channel": "BUG_REPORT_CHANNEL"
}
122 changes: 0 additions & 122 deletions json/words.common.json

This file was deleted.

168 changes: 168 additions & 0 deletions json/xkcd.common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
[
"us",
"against",
"for",
"herself",
"who",
"back",
"do",
"re",
"give",
"he",
"me",
"ve",
"such",
"in",
"between",
"i",
"these",
"on",
"until",
"use",
"has",
"each",
"so",
"that",
"let",
"does",
"you",
"what",
"ll",
"few",
"but",
"all",
"no",
"see",
"just",
"down",
"we",
"above",
"even",
"only",
"him",
"a",
"don",
"too",
"being",
"make",
"whom",
"like",
"with",
"well",
"want",
"over",
"your",
"she",
"t",
"would",
"also",
"its",
"look",
"very",
"did",
"be",
"which",
"why",
"s",
"the",
"from",
"because",
"not",
"they",
"up",
"was",
"come",
"have",
"know",
"say",
"own",
"i",
"get",
"by",
"then",
"or",
"way",
"during",
"both",
"under",
"most",
"yourself",
"should",
"theirs",
"ourselves",
"this",
"her",
"while",
"again",
"into",
"an",
"other",
"himself",
"nt",
"their",
"those",
"them",
"some",
"itself",
"if",
"been",
"at",
"can",
"more",
"could",
"first",
"to",
"about",
"m",
"new",
"his",
"as",
"having",
"themselves",
"now",
"had",
"hers",
"it",
"through",
"my",
"how",
"same",
"when",
"and",
"will",
"yours",
"are",
"day",
"there",
"myself",
"one",
"d",
"is",
"once",
"our",
"further",
"work",
"take",
"nor",
"where",
"think",
"ours",
"were",
"here",
"time",
"of",
"doing",
"after",
"ought",
"yourselves",
"go",
"out",
"people",
"am",
"below",
"than",
"good",
"two",
"before",
"any"
]
Loading

0 comments on commit 27b9787

Please sign in to comment.