Skip to content

marta23silva/IvoooBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ivooo

Ivooo

Discord Bot


Ivooo is a Discord bot coded in javascript with discord.js by Marta Silva.
This bot is not being hosted yet. More info on the commands available on src/commands.

Dependencies:

How to use this code on your bot:

Requirements ✔️

Bot Setup ⚙️

  • Clone the repository with git clone https://github.com/marta23silva/IvoooBot.git or download in ZIP format.
  • Install all the dependencies by running npm i.
  • Download the latest version of Lavalink. Put an application.yml file in the same directory.
  • Create a .env file and complete it with your info:
TOKEN=
GUILD_ID=
STATUS=
STATUSBOT=
DISCORDSTATUS=
LAVALINK_PASSWORD=

You can get a bot TOKEN on the Discord Developer Portal. The GUILD_ID should be your server's id, in case you want to deploy the commands locally. STATUS is either DEVELOPMENT (deploy commands in your server of choice) or PRODUCTION (deploying slash commands for all servers). The options for STATUSBOT are online, offline, dnd and away. The LAVALINK_PASSWORD is defined on the application.yml file.

How to run 🛸

  • Open a terminal/cmd window and run npm run lava to start your Lavalink server (only needed when using voice commands).
  • Open a terminal/cmd window and run npm run start to start your bot.

Acknowledgements

Very nice and useful resources that help me a whole lot:

Contributors

image

Thank you!