https://github.com/vyon/discord_bot
https://github.com/vyon/discord_bot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vyon/discord_bot
- Owner: Vyon
- Archived: true
- Created: 2021-06-26T09:03:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T13:29:07.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T05:26:07.540Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installing
### Node.js
Navigate to https://nodejs.org/en/download/ and download the windows installer
### Creating the bot
Navigate to https://discord.com/developers/applications create the application
Go to the bot tab create the bot then copy the token and store it somewhere
Click the OAuth2 tab then scroll down and click the bot button then set the permissions you want your bot to have, I used Administrator because yes.
### Installing discord.js
Doing this is as simple as opening the folder of the bot and in the terminal use the following command npm install discord.js
After doing all the steps you will be able to use the code provided you can fork it, do whatever essentially
# Using
### Starting the bot
When trying to start the bot you are going to want to open a terminal whether that be through command prompt or just the vscode terminal you are going to want to type node file_name.js
It should start from there if they are any bugs that are related to what is currently in the github then create an issue the tab is next to the code