restart command wip
This commit is contained in:
parent
5d15d6df9d
commit
19fc7ceb58
3 changed files with 23 additions and 1 deletions
10
bot/assets/constants/exitQuotes.json
Normal file
10
bot/assets/constants/exitQuotes.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"quotes": [
|
||||
"Shutting down.",
|
||||
"I don\"t blame you.",
|
||||
"I don\"t hate you.",
|
||||
"Whyyyyy",
|
||||
"Goodnight.",
|
||||
"Goodbye"
|
||||
]
|
||||
}
|
|
@ -3,5 +3,6 @@ module.exports = {
|
|||
colours: require('./colours.json'),
|
||||
emojis: require('./emojis.json'),
|
||||
categories: require('./categories.json'),
|
||||
replies: require ('./replies.json')
|
||||
replies: require('./replies.json'),
|
||||
exitQuotes: require('./exitQuotes.json').quotes
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue