File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ client.on('message', message => {
3333 }
3434});
3535
36- // Log our bot in using the token from https://discord.com/developers/applications/me
36+ // Log our bot in using the token from https://discord.com/developers/applications
3737client .login (' your token here' );
3838```
3939
@@ -68,7 +68,7 @@ client.on('message', message => {
6868 }
6969});
7070
71- // Log our bot in using the token from https://discord.com/developers/applications/me
71+ // Log our bot in using the token from https://discord.com/developers/applications
7272client .login (' your token here' );
7373```
7474
@@ -105,7 +105,7 @@ client.on('message', message => {
105105 }
106106});
107107
108- // Log our bot in using the token from https://discord.com/developers/applications/me
108+ // Log our bot in using the token from https://discord.com/developers/applications
109109client .login (' your token here' );
110110```
111111
@@ -154,7 +154,7 @@ client.on('message', message => {
154154 }
155155});
156156
157- // Log our bot in using the token from https://discord.com/developers/applications/me
157+ // Log our bot in using the token from https://discord.com/developers/applications
158158client .login (' your token here' );
159159```
160160
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ client.on('message', message => {
2727 }
2828} ) ;
2929
30- // Log our bot in using the token from https://discord.com/developers/applications/me
30+ // Log our bot in using the token from https://discord.com/developers/applications
3131client . login ( 'your token here' ) ;
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ client.on('message', message => {
3636 }
3737} ) ;
3838
39- // Log our bot in using the token from https://discord.com/developers/applications/me
39+ // Log our bot in using the token from https://discord.com/developers/applications
4040client . login ( 'your token here' ) ;
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ client.on('guildMemberAdd', member => {
2828 channel . send ( `Welcome to the server, ${ member } ` ) ;
2929} ) ;
3030
31- // Log our bot in using the token from https://discord.com/developers/applications/me
31+ // Log our bot in using the token from https://discord.com/developers/applications
3232client . login ( 'your token here' ) ;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ client.on('message', message => {
6666 }
6767});
6868
69- // Log our bot in using the token from https://discord.com/developers/applications/me
69+ // Log our bot in using the token from https://discord.com/developers/applications
7070client .login (' your token here' );
7171```
7272
@@ -142,7 +142,7 @@ client.on('message', message => {
142142 }
143143});
144144
145- // Log our bot in using the token from https://discord.com/developers/applications/me
145+ // Log our bot in using the token from https://discord.com/developers/applications
146146client .login (' your token here' );
147147```
148148
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ client.on('message', message => {
2727 }
2828} ) ;
2929
30- // Log our bot in using the token from https://discord.com/developers/applications/me
30+ // Log our bot in using the token from https://discord.com/developers/applications
3131client . login ( 'your token here' ) ;
You can’t perform that action at this time.
0 commit comments