Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ skye Public
forked from yewshanooi/sodium

Multi use discord bot with application commands and a user-friendly interface

License

Notifications You must be signed in to change notification settings

ghostopop/skye

 
 

Repository files navigation

Skye

Multi use discord bot with application commands and a user-friendly interface

Latest Version   Repository Size   License   Code Quality   Last Commit

Features

50+ commands and counting across 3 different categories!

Fun

8ball, achievement, beep, catfact, coinflip, colour, compliment, diceroll, dogfact, fact, giphy, github, lyrics, meme, npm, say, urban, waifu, wikipedia, word

Utility

announce, botinfo, botnick, botpresence, calculator, chdelete, chrename, covid, delete, guildinfo, guildname, help, leave, links, message, nick, ping, roleadd, roleinfo, roleremove, thread, userinfo

Moderation

ban, chlock, chunlock, deafen, kick, lockdown, mute, slowmode, unban, undeafen, unmute, warn

Skye also comes packed with other features, such as:

  • Discord Message Embed constructor
  • Guild integrated Application Commands (discord.js v13+)
  • Enhanced Privacy for users
  • Support for Third Party APIs (Giphy, Github, Genius, Reddit, Urban Dictionary and Wikipedia)
    and much more!

Installation

Node.js

Node.js v16.6.0 or newer is required

Packages
Required Optional
@discordjs/[email protected] [email protected]
@discordjs/[email protected] [email protected]
[email protected]
[email protected]
[email protected]
Guide
  1. Clone this repository to your desktop
git clone https://github.com/yewshanooi/skye.git
cd Skye
  1. Install the required npm packages
npm install
  1. Create a new config.json file and fill it with your own information
{
  "token": "",
  "clientId": "",
  "embedColor": "",
  "giphyAPIKey": "",
  "geniusAPIKey": ""
}
  1. Run the deploy.js file to deploy application commands
node deploy.js
  1. Run the index.js file to start the bot
node index.js
  -or-
nodemon

License

This project is licensed under the MIT License

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 
THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributors

Ooi Yew Shan (JavaRuntime)

linktr.ee

About

Multi use discord bot with application commands and a user-friendly interface

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%