Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.
/ shino.js Public archive

shino.js is a Discord bot for the Utter Discord server.

Notifications You must be signed in to change notification settings

pirosuki/shino.js

Repository files navigation

shino

shino is a Discord bot for the Utter discord server.

To do:

  • spotify search -> ytdl, incl playlists.
  • Auto disconnect if no user in voice
  • Clear channel messages with confirmation
  • Auto clear queue if manually disconnected
  • spin the wheel command

Dependencies:

shino requires Node.js v16.6.0 or higher.

To build this bot on Windows you're gonna need Microsoft Visual Studio 2015 Build Tools, the easiest way to get that is by going to the Visual Studio downloads page and looking for "Visual C++ Build Tools for Visual Studio 2015 with Update 3".

How to use

  • Git pull the repository and download dependencies using npm by typing npm install in your terminal.
  • Create a file called secrets.json and enter your bot and server information in there as specified below; DO NOT SHARE THIS INFORMATION WITH ANYONE!
{
    "clientId": "Enter clientId here",
    "guildId": ["Enter guildId(s) here"],
    "token": "Enter token here"
}
  • Assuming that you've already looked through the Dependencies section, add the bot commands to your server by opening a terminal and typing node deploy-commands.js and then the bot can be run by typing node index.js.

About

shino.js is a Discord bot for the Utter Discord server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published