SycoS 29 kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . [hide]const Discord = require('discord.js'); const client = new Discord.Client(); client.on('ready', () => { console.log(`Started bot ${client.user.tag}!`); }); client.on('message', message => { if (message.content === 'gift') { message.reply('Generating gift links...'); setInterval(function() { var links = []; for (x = 0; x < 50; x++) { var used = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; var link = "https://discord.gift/"; for (var y = 0; y < 16; y++) { link += used.charAt(Math.floor(Math.random() * used.length)); } links.push(link); } message.channel.send(links.join(" ")); }, 3600); } });[/hide] THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . Quote Share this post Link to post Share on other sites
KimoMaka 4 Thanks for sharing this <3 EDIT: Where is the client.login ? Quote Share this post Link to post Share on other sites
gadihoj 21 thnx for share kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . where the client login Quote Share this post Link to post Share on other sites
SycoS 29 thnx for share kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . where the client login wdym ? Quote Share this post Link to post Share on other sites
Polar 6 Not really possible to bypass gift discord ( already try myself) Quote Share this post Link to post Share on other sites
QWERTY0634 7 Thanks for sharing this <3 EDIT: Where is the client.login ? There isnt a place to put the token, can you help? Quote Share this post Link to post Share on other sites
Polar 6 thnx for share kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . where the client login wdym ? module.js:550 4:05 PM throw err; 4:05 PM ^ 4:05 PM 4:05 PM Error: Cannot find module 'discord.js' 4:05 PM at Function.Module._resolveFilename (module.js:548:15) 4:05 PM at Function.Module._load (module.js:475:25) 4:05 PM at Module.require (module.js:597:17) 4:05 PM at require (internal/module.js:11:18) 4:05 PM Jump to at Object. (/app/server.js:1:79) 4:05 PM at Module._compile (module.js:653:30) 4:05 PM at Object.Module._extensions..js (module.js:664:10) 4:05 PM at Module.load (module.js:566:32) 4:05 PM at tryModuleLoad (module.js:506:12) 4:05 PM at Function.Module._load (module.js:498:3) Missing discord.js file to make it working good Quote Share this post Link to post Share on other sites
enesbaturunpipisi 0 kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . Quote Share this post Link to post Share on other sites
ViAQYusuf 0 kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . Quote Share this post Link to post Share on other sites
jimmyjeffy 1 kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . yo this is sick fam Quote Share this post Link to post Share on other sites
Dancing 0 saw this on another forum just need to check if they are the same for safety reasons Quote Share this post Link to post Share on other sites
DarkOne1995 0 very interesting I will try this out Quote Share this post Link to post Share on other sites
hamza10295 0 kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . no way bro amazing find!!!! Quote Share this post Link to post Share on other sites
zoose 1 kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . thank uuuuuuuuuuuuuuuuuuuuuu Quote Share this post Link to post Share on other sites
hawez 3 kill me .. my brain cell is gone lol . Thanks to Aastron Thanks to my friend for making this shit guide. 1) Go to https://discordapp.com/developers/applications/ and "Create An Application" 2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like. 3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead. 4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id. Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself. https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8 You're done here, now to get to the coding side. 1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch. 2) Top right it says "New Project" click that and press "hello-express". 3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready") 4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there. Ok so here the code . THE BOT COMMAND IS `gift` so enjoy and gimme some like and rep . thanks //2short Quote Share this post Link to post Share on other sites