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 69386aaab5
Rename run.cmd to run.bat
2021-05-31 02:37:06 -07:00
LICENSE Update LICENSE 2021-05-17 15:46:19 -07:00
README.md Fixed some stuff! 2021-04-27 14:14:59 -07:00
config.json Add files via upload 2020-08-20 00:02:05 -07:00
index.js Made somethings more easy to understand 2020-12-23 19:10:06 -08:00
run.bat Rename run.cmd to run.bat 2021-05-31 02:37:06 -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 a status. If you want more functionality you can go to the 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. 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 join my discord server and I can help out https://discord.com/invite/v64BQYNPrQ Thanks for reading through the documentation, sorry for it being long.