-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Juan Pablo Garcia edited this page Jul 16, 2021
·
4 revisions
Welcome to the Factotum wiki!
Here you can find useful documentation to start your development journey with Factotum and Discord bots in general.
Please let any of the contributors know if the information on these pages is outdated or some of the commands are not working.
Although we try to be as explicit as possible, there are a couple of requirements for you to understand this wiki:
- have basic JS knowledge (we use the latest JS features and async/await)
- have basic discord.js v2 knowledge (https://discord.js.org/#/docs/main/stable/general/welcome)
- have basic discord.js commando knowledge (https://discord.js.org/#/docs/commando/master/general/welcome)
- have basic node and npm knowledge
- have basic git and GitHub knowledge (https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html)
If you don't have such knowledge, we recommend you learn from youtube videos or reach out to the Factotum authors for help.
A recommended reading list is shown below:
- A bit on JS read as much or little as you want
- Discord.js Basic Set-Up
- Discord.js commando How to Create a Command
Some important pages you will use a lot while developing the bot:
To start developing with us, head over to _Seting up a development environment.