Discord Bot created using discord.js
Features • Use This Bot • Web •
- GIF ➡ tenor and giphy
- Games ➡ guess the number
- Reddit Memes
- Search an image from google
- Weather Forecast
- View a member's avatar larger
- Changeable Bot Status
- Emojify Text
- Ping
- Clear Messages
- Anime GIFs
- Clear Messages
- Help ➡ Through a website
- Invite Link
- Send Message if a member is leaving the server
- Send Message if a member is joining the server
- Member's counter
- Kick
- Ban
- Mute
- Timed Mute
- Unmute
- Ticketing System
- Rules
- Reaction Role
Music with Distube
- Play
- Spotify
- YouTube
- SoundCloud
- Play Skip
- Now Playing
- Skip
- Stop
- Pause
- Resume
- Loop
- Shuffle
- Self Mute
- Self Deafen
- Seek
- Dynamic Queue System
- Autoplay Related Music
- Create a bot account here
- create a new application
- click the application that you just created
- in the 'bot' section of your application, copy the bot token
- create an account
- create an app
- copy the api key
- Get Spotify Client ID and Client Secret here
- login
- create an app
- click the app
- copy the client id and the client secret
- You need Node.js installed on your system. Use the LTS version
- Code editor (optional), I use Visual Studio Code
- Download the souce code
- Extract zip file
- Create a
.envfile in the same folder asmain.jsfile, containing:
DISCORD_TOKEN = "yourtokenhere"
TENORKEY = "yourtenorkeyhere"
giphyAPIKey = "yourgiphyapikeyhere"
PREFIX = "#"
clientId = "spotifyclientid"
clientSecret = "spotifyclientsecret"
- Open terminal or cmd
- Run this command
# change the path to where you downloaded the file
cd C:\Users\username123\Downloads\bot-main
# install all missing dependencies
npm install
# run the bot
npm startↁ𝖗𝖔𝖎𝖉-Web - website to show all commands that this bot can do
