Skip to content

android-discordbot/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



ↁ𝖗𝖔𝖎𝖉


Discord Bot created using discord.js

FeaturesUse This BotWeb


📩 Features

Fun

  • 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

Other Things

  • Send Message if a member is leaving the server
  • Send Message if a member is joining the server
  • Member's counter

Moderation

  • 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

🔨 Use This Bot

Account Needed

  1. 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
  1. Get a tenor api key here
  2. Get the giphy api key here
  • create an account
  • create an app
  • copy the api key
  1. Get Spotify Client ID and Client Secret here
  • login
  • create an app
  • click the app
  • copy the client id and the client secret

Set Up Bot

  1. You need Node.js installed on your system. Use the LTS version
  2. Code editor (optional), I use Visual Studio Code
  3. Download the souce code
  4. Extract zip file
  5. Create a .env file in the same folder as main.js file, containing:
DISCORD_TOKEN = "yourtokenhere"
TENORKEY = "yourtenorkeyhere"
giphyAPIKey = "yourgiphyapikeyhere"
PREFIX = "#"
clientId = "spotifyclientid"
clientSecret = "spotifyclientsecret"
  1. Open terminal or cmd
  2. 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

ↁ𝖗𝖔𝖎𝖉-Web - website to show all commands that this bot can do

Releases

No releases published

Packages

No packages published