Skip to content

rogap/Pal-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c8140d · Apr 21, 2022
Jan 27, 2022
Feb 17, 2022
Feb 22, 2022
Feb 22, 2022
Jan 30, 2022
Apr 5, 2021
Feb 18, 2022
Feb 19, 2022
Dec 8, 2021
Feb 7, 2022
Feb 8, 2022
Sep 7, 2021
Sep 7, 2021
Apr 21, 2022
Apr 21, 2022
Jan 30, 2022
Feb 2, 2022

Repository files navigation

Pal-bot

NEW GIT

RU README

Discord bot for issuing statistics on the Paladins game.

Add to Discord server.

Visit our Discord server - there you can always quickly find out about upcoming updates, report bugs or get other help/information.

You can also run the bot yourself by following the Instructions

You can get detailed information about the commands by using the command hh, example: !hh ss

Commands

help

Sends a list of commands to the DM

me

Allows you to save your nickname for substituting it into teams automatically

menu

Opens the main menu with the buttons

setting

Settings

search

Search for players among all platforms

stats

Account statistics

progress

Compares the player's current statistics with the saved ones.

history

Player's Match History

last

Information about the last or specific match

current

Player status in the game

champions

Top Account Champions

champion

Championship statistics

deck

Account Decks

friends

Friends of the account

installation

Installation should be done only if you want to get your own bot. You can use an existing bot without installing it.

  • Clone the repository and install all the dependencies
  • For correct operation, you will need to additionally install pm2 - sudo npm install pm2@latest -g
  • And also MongoDB - sudo apt update and then sudo apt install -y mongodb
  • Create an empty logs folder in the root folder, if it is not there
  • Change the creator id https://github.com/rogap/Pal-bot/blob/master/config/main.js#L103
  • Create a file .env and write the following settings there, substituting their values together with zeros:
DISCORDTOKEN=00000000000000000000000000000000000000000000000000000000000
STEAMKEY=0000000000000000000000000000000
DEVID=0000
AUTHKEY=0000000000000000000000000000000
DBNAME=admin
DBHOST=localhost
DBPORT=27017
  • When the bot is already running, enter the command in the chat !con _local.utils.setSlashCommands() to register slash commands globally. Please note that you will need to change the creator's ID in the config.
  • Updating data about champions and items is done by the team: !con _local.utils.updateChampionsAndItems(),

Original Authors

Contacts

Releases

No releases published

Packages

No packages published