File Tree
This is the file structure that you should be uploading to the server.blocks
block1.js
block2.js
etc...
data
data.json
INTENTS.txt
token.txt
workspaces.json
bot.js
package.json
DO NOT upload the
node_modules folder or the package-lock.json fileUploading Files
There are 3 options to uploading your bot files onto the server.ZIP-File Method Easiest
Supports.zip, .rar or .tar.gz file types
1
Create a Zip File including the files of your Project (like mentioned in the message above)
2
Upload the File to the Server in the “Files” Tab of the Panel Dashboard Website
3
Next to the ZIP File click the 3 Points, and there press “Unarchive”
4
Delete the ZIP once finished
SFTP Method Recommended
Requires WinSCP, FileZilla, or similiar SFTP application to be installed1
On Your Server, go to “Settings”
2
There click on “Launch SFTP”
3
Then a Window Pops-Up asking you for a password, enter your Dashboard Account Password and click “OK”
4
Once connected, Upload your Bot Files to the ”/” Directory of the Server.
