dev-master
9999999-devA Discord bot for Overwatch players
MIT
The Requires
by CĂ©dric Roux
bot discord overwatch
A Discord bot for Overwatch players
OWBot is a simple Discord bot for Overwatch players.
It allows players to track their competive ranking points and compare themselves to other players of the server., (*1)
!help
List the available commands, (*2)
!help admin
(Admin only)
List the available commands for the admin users, (*3)
!rank <BattleTag>
Display the competitive rank of any BattleTag, (*4)
!addme <BattleTag>
Link your BattleTag and your Discord ID to the bot. You will now appear in the rankings and your rank changes will be broadcasted on the specified channels., (*5)
!top
Display the competive rank table of players registered in the server, (*6)
!top2
Same as !top
but in a fancy way (Not mobile friendly), (*7)
!add <BattleTag>
(Admin only)
Add any BattleTag to the tracking (but not linked to a Discord ID), (*8)
!delete <BattleTag>
(Admin only)
Remove a player from the tracking., (*9)
!refresh
(Admin only)
Force a refresh of the ranks. Not recommended as it can cause some lags., (*10)
!setgame <Game name>
Update the game played by the bot. Will be seen in the user list as Playing Game name, (*11)
!restart
Restart OWBot, (*12)
!exit
Kill the bot process, (*13)
Get the repository and update dependencies, (*14)
# Clone the repository git clone https://github.com/Cedroux/owbot.git # Change directory cd owbot # Install Composer dependencies composer install
Copy and edit the default configuration file, (*15)
cp config/config.example.php config/config.php nano config/config.php
To start the bot, just execute bot.php
, (*16)
php bot.php
A Discord bot for Overwatch players
MIT
bot discord overwatch