Navigation Menu

Spyder

A Bot for the Popular chat and VOIP service - Discord.

javascript
nodejs
discord
Word Count: 441
Published Date:
Reading Time: 2m

Overview


Spyder

Spyder

Spyder is a versatile and powerful bot designed for Discord, offering a wide range of features to enhance your server experience. Whether you need moderation tools, music playback, user verification, or custom settings for different guilds.

Built with Node.js and leveraging the Discord.js library, Spyder is easy to set up and customize, making it a great addition to communities.

Features

  • 🛠️ Setting Commands: Unique prefixes for guilds
  • 🔨 Moderation Commands: Powerful moderation commands
  • User Verification: Verify users according with custom Conditions
  • 🎵 Music Commands: Listen to Music whenever you want
  • 💾 Datastore: All Data is stored on a local datastore with LevelDB

Installation

Ensure you have Python 3.9+ Installed.

Ensure you have Pip Installed and on your Path.

Navigate to the folder where the bot is located and run the following command in your terminal of choice.

Linux / MacOs

Installing Pip: python3 -m pip install

python3 setup.py

Windows

Pip Installation: python -m pip install

python setup.py

After running the command, setup will ask you to create a .env file.
This file is where DISCORD_TOKEN is stored. Your discord app token can be retrieved here

After entering your bot token, the setup will download all the required modules / packages for this file with pip.


Development

To Start Contributing, all you'll need is Git, Python and a editor of your choice! After making significant changes, submit a pull request to start contributing!

If you'd like to set up a virtual environment, follow this tutorial here



Commands

Moderation Commands

CommandsDetails
mute username/useridMute the specified user
unmute username/useridUnmute the specified user
nick username/useridSet the nickname of the specified user
registerRegister the current user in the database
settingsView the current settings for this guild
setup key valueChange the settings for this guild

Music Commands

CommandsDetails
play youtube_urlPlay the specified youtube song
pausePause the current song
resumeResume the current song
stopStop playing music and disconnect from voice channel
queueDisplay the song queue
playingDisplay the current playing song
shuffleShuffle the current queue

Developer Commands

CommandsDetails
load commandLoad the specified command
unload commandUnload the specified command
reload commandReload the specified command

Other Commands

CommandsDetails
help command_nameDisplay all commands. Adding optional command_name lets you get help for the specified command
getfactGet a random fact of the day
personalitytestTest the personality of a user, saves the userdata after the user run's the command the first time
covidstatsGet the Covid-19 Statistics and compare it to when the last time the command was ran
pingGet the ping of the bot