Free cart management for discords where 'free carts' are available. Stops multiple people accessing a cart.
- Install Node.js
- Navigate into the freeCarts directory
- In command prompt/terminal type
npm i
- Fill in the
config.json
file. (more instructions below) - In command prompt/terminal type
npm start
Make the channel that the carts are output in a channel where users cannot type (no error handling)
- Splashforce 3.0
- yCopp account links
- yCopp cookies
- LatchKey
- adisplash
- NoMercy (need testing)
- Gen5 (need testing)
- Balko (need testing)
- SoleAIO (need testing)
- Phantom (need testing)
- KodaiAIO (need testing)
click video (image) link below
- Bot status
- Manage reactions
Go to: discordapp.com/developers/applications/me or click here
- Click New App
- Enter your Application's name under App Name
Redirect URI, Description, and App Icon can be ignored for now and editted later. Redirect URI and Description can be ignored entirely as it is for Discord OAuth App Icon will be the avatar for your bot, whilst App Name will be the original username for your bot.
Then hit the big purple Create App Button at the bottom.
This will build your application and bring you to its page.
When on your application information page scroll to the section labeled: Bot
Press Create a Discord Bot button.
This will prompt you about the repercussions of creating a bot account, after reading this hit Yes, do it!
You will see Token: click to reveal
in your Bot Information Section, your Token is sensitive information and should NEVER be shared.
If your token does get into somebody's hands who shouldn't have it click the: Regenerate new token button, this will invalidate all prior tokens.
Open config.json and replace insert botToken, replacing Bot login token
with the token received above.
Discord makes this much easier with the purple Generate OAuth2 URL button on the bottom of the Bot Information Section After visiting the link hit the copy button just below the scopes menu.
This will be the link you visit to add the bot to your Discord Server
Adding bot to A Discord Server requires that you have MANAGE_SERVER
or ADMINISTRATOR
permissions or hold owner in the guild
Discord Developer Mode allows you to right click and retrieve useful information about specific things.
This feature can be accessed via: User Settings > Appearance > ADVANCED > Developer Mode
This allows you to get:
- Guild ids
- Channel and Category ids