Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve README.md #21

Closed
wants to merge 1 commit into from
Closed

Improve README.md #21

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented May 23, 2021

Feedback/criticism is appreciated! :D

* A code editor (visual studio code, atom, notepad++ etc)
* Git
- [Node.js](https://nodejs.org)
- Any text editor (Ex. [Visual Studio Code](https://code.visualstudio.com/), [Atom](https://atom.io/), [WebStorm](https://www.jetbrains.com/webstorm/))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed actually, users can use their own IDE.

* Git
- [Node.js](https://nodejs.org)
- Any text editor (Ex. [Visual Studio Code](https://code.visualstudio.com/), [Atom](https://atom.io/), [WebStorm](https://www.jetbrains.com/webstorm/))
- [Git](https://git-scm.com/downloads)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link is only for windows. Linux have to install it by shell, so only Git is needed.

![Step zero](https://i.imgur.com/TpOd97E.png "Step zero")
### Step 1
Go to https://discord.com/developers/applications and create an application. After creating your application, you should have the option to create a bot user.
![image](https://i.imgur.com/TpOd97E.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should write the actual image name there


Optionally, create a folder for containing your bots source code. Open a terminal / [CLI](https://en.wikipedia.org/wiki/Command-line_interface) into the folder.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cloning will actually create a folder. No need of that.


### Step four, installing Discord.js
Now, you should type `npm install discord.js`, we are installing the discord.js module. Note: This will make a file called `package-lock.json` and a directory called `node_modules`, please don't delete that.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this was cleared?


### Step five (I), getting your bot's token
Get your bots token. Reminder, bot tokens are key information that gives complete access to your bot.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this was cleared?


### Step five (II), config.json
Copy link
Contributor

@choppymaster choppymaster May 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why also this and its under paragraph was cleared?

@ghost ghost closed this Jun 18, 2021
@ghost ghost mentioned this pull request Jul 6, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant