Discord bot code
This repository has been archived on 2022-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sophia Atkinson 61ba583c91
Update index.js
2020-08-27 03:32:57 -07:00
README.md Update README.md 2020-08-20 00:01:05 -07:00
config.json Add files via upload 2020-08-20 00:02:05 -07:00
index.js Update index.js 2020-08-27 03:32:57 -07:00
run.cmd Add files via upload 2020-08-20 00:02:05 -07:00

README.md

discord-bot

Discord bot code

This is simple Discord bot code it's discord.js

This is what the bot code can do, it can do simple commands, and it can show status. If you want more functionality you can go to Discord.js Docs and you can add more.

If you want to run/use it you will need to download node.js, Download the most recent Download, and install it. and to make your life easier please download Microsoft Visual Studios Code Download

then go ahead and click your windows key and type cmd and click enter it should open a command prompt, do cd Desktop, then do mkdir code && cd code. then we will make one more folder do mkdir disbot && cd disbot. do npm init and click enter for all, it will say is this ok? (yes) just click enter again. do code . what that will do is open Visual Studios Code. Now we will be installing the dependencies, to do this do npm install discord.js --save. if you see warn don't mind it's ok. if you check Visual Studios Code there will be a new folder called node_modules, you won't need to mess with anything in there.

Before we go any further I need you to make a bot go to Dev Portal and make a bot Video if you need help

Now from here, you need to download the index.js and config.json and run.cmd and put those in the disbot folder

Config In config.json it says "prefix": "!", "token": "!"

for prefix change it to what you want, or keep it default, the prefix is used so the bot knows you are talking to it. for the token, you will take the token you see in bot in your app, replace the ! with your token. then run the run.cmd and test it out. If it does not work dm on discord Jim Sim#3076 Thanks for reading through the documentation.