diff --git a/.gitignore b/.gitignore index f4640ea..75d0212 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,6 @@ coverage.lcov bannedusers.json *.code-workspace todo.txt -tweets.json .vscode/ migratedb.js processed.txt \ No newline at end of file diff --git a/tweets.json b/tweets.json new file mode 100644 index 0000000..2edf7af --- /dev/null +++ b/tweets.json @@ -0,0 +1,29 @@ +{ + "tweets": [ + "{{media}}", + "This is an example tweet!", + "{{characters}}: {{phrases}}", + "I'm personally a pretty big fan of {{games}}.", + "This is another example tweet!" + ], + "replies": [ + "This is an example reply!", + "Put some more replies in here!" + ], + "media": [ + "", + "pic.twitter.com/v8NSW2mC95" + ], + "phrases": [ + "Here is a phrase that I can say!" + ], + "games": [ + "Discord" + ], + "characters": [ + "esmBot" + ], + "download": [ + "I really do not like downloader bots." + ] +}