Added example tweets.json file

This commit is contained in:
TheEssem 2020-12-08 09:39:23 -06:00
parent 620212257d
commit 8df322ae04
2 changed files with 29 additions and 1 deletions

1
.gitignore vendored
View File

@ -36,7 +36,6 @@ coverage.lcov
bannedusers.json
*.code-workspace
todo.txt
tweets.json
.vscode/
migratedb.js
processed.txt

29
tweets.json Normal file
View File

@ -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": [
"<Put some media URLs in here!>",
"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."
]
}