First plugin for Discord #justTesting.
- Fun facts
/funfact
- Draws an automotive fun fact - Quiz
/quiz
- Draws an automotive question - Car meter
/carmeter
- Draws the brand of the vehicle and determines your match
- To extend pool of fun facts in game
Fun facts
simply extend filefunFacts.json
in directoryfunFacts/{language}
- To extend pool of questions in game
Quiz
simply extend filequiz.json
in directoryquiz/{language}
- To extend pool of car brands in game
Car meter
simply extend filecarBrands.json
in directorycarMeter
- Generate token on
https://discord.com/developers/applications
- Grant permission
MESSAGE_CONTENT
for Your bot on site mentioned above - Replace placeholder
$REPLACE_HERE
in fileconfiguration.json
with Your generated token - By default language is set to
en
, also availablepl
- just edit inconfiguration.json
- By default forbidden language is permitted, to change that simply change value of
allowForbiddenLanguage
inconfiguration.json
- Invite bot to Your server
- Simply run CarBot app :)