- Indents = Tabs (for VScode I can recommend the 'EditorConfig' extension)
- There are a few style rules which are all defined by ESLint (checkout the .eslintrc.json file for more information)
- This bot is exclusively in english
- Do NOT push any tokens or 'config.json' files
-> This project is based on nodeJS
-> Before being able to start the bot, create a 'config.json' file like this in the root dir:
{
"token": "YOUR_TOKEN_HERE",
"prefix": "YOUR_PREFERED_PREFIX",
"regExPattern": ".*(?=it)",
"regExFlags": "g"
}
-> Also create a 'guildConfigs' folder in the root dir
-> Navigate to the project in your console
$ cd {your path}/paulsDiscordBot
-> Initialize the bot
$ npm install
-> Start the bot
$ node .