Skip to content

LeonardoZanotti/salodoff

Folders and files

NameName
Last commit message
Last commit date
Jun 6, 2020
May 10, 2022
Dec 31, 2020
Mar 18, 2020
Apr 2, 2020
May 10, 2022
Jun 6, 2020
Dec 29, 2020
May 10, 2022
May 10, 2022
May 10, 2022

Repository files navigation

Salodoff Discord bot

If you want to put him on your discord server acess this link

Bot Icons:

Salodoff and Salodoff-Test icons

Salodoff Salodoff Test

This is a Discord bot in javascript (node.js). The code is free to view and anyone can study him to use in theirs bots.

I use an index to the main code, a commands and events handler to organize my code and some json files for some commands. In the "Ajuda" folder are anothers discord bots that i have to see their codes to make this bot. My bot is on Discloud server, a free host of discord bots.

Instalation

Requirements

  • Node.js v12.17.0 or higher
  • Npm v6.14.4 or higher

To install the bot dependencies use this comamnd in the bot directory:

$ npm install

Configure the config.json file with your bot token (you can find the token here) and then do

$ npm start

to start the bot.

Leonardo Zanotti