Skip to content

A small discord bot to interact with IW4M Admin's api and execute commands from discord

Notifications You must be signed in to change notification settings

LelieL91/Admin-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


bot


Discord server

Version 3.0.4


About

Admin bot is a discord bot written in Discord.js. It allows you to view relatime game servers info, execute server commands directly from discord, view stats and much more. Command handler and event handler is added so feel free to extend commands and events.


How it works


working


Download

Latest binary builds are always available at:


Setup

Admin bot requires less effort to get up and running.

Prerequisites

Installation

  • Windows

    • Install Node.js
    • Extract Admin-bot.zip
    • Copy config_default.json as config.json
    • Edit config.json (add your token, prefix, webfronturl and adminid)
    • Open console inside the admin bot's directory, type npm i and hit enter
    • Run StartAdminBot.cmd or npm start in command prompt
  • Linux (Ubuntu 20:04)

    • Open Terminal and type:
    • sudo apt install nodejs npm
    • mkdir DiscordBot
    • cd DiscordBot
    • git clone https://github.com/Sparker-99/Admin-bot.git
    • cd Admin-bot
    • npm i
    • cp config_default.json config.json
    • nano config.json (add your token, prefix, webfronturl and adminid)
    • chmod +x ./StartAdminBot.sh
    • ./StartAdminBot.sh To host the discordBot on any other Linux distro You have to install nodejs and npm for your distro, then the rest is the same on all other Linux Distro.

Update

Download latest build and Extract into old version directory.

  • Existing config.json and database folder will be not overwritten by the update.
    • NOTE: any update of the config_default.json need to be merged manually by the user to the config.json.
  • Any edit done on default commands files will be lost. Consider backup or rename the file before update.

Configuration

Initial Configuration

Create a discord application from discord developers, click on add bot and copy the token if you dont know how read this Wiki

  • token — Insert the bot token
  • prefix — Insert the bot prefix that is used before commands like !help
  • webfronturl — Insert the IW4M Admin webfront url. Example: https://nbsclan.org
  • admin_id — Insert the Id from IW4MAdminSettings.json like the image below:

        

  • results_perpage — Insert a number from 1 upto 10 to set number of results per page of status and players command

Optional Configuration

  • custom_presence — You can set bot's custom presence. Use this following parameters below
    • {m} — max players count
    • {p} — players online count
    • {s} — total server count
  • status_channel_id — You can insert a discord channel's id to send autostatus on an interval
  • statchan_update_interval — Specifies how often the bot will update the autostatus in channel in seconds
  • color — You can insert a hex colour code to get that colour for all embed discord messages
  • thumbnail_image_url — You can insert an image link to get custom thumbnail for all embed discord messages
  • footer — You can insert a footer message to display as footer for all embed discord messages
  • ownerid — You can insert an admin's or bot owner's client id to lock botinfo for administrator or bot owner

FAQ

  • Does Admin bot stores my ID and Password for Webfront ?

    • No, Admin bot retrieves cookies 🍪 from webfront which is saved and used for executing commands from Discord. Cookies are valid for 30 days or until host machine restart. You can successfully delete id and password in dm after login success message.
  • Why not use a proper Sqlite database instead of Json database ?


Contributers

About

A small discord bot to interact with IW4M Admin's api and execute commands from discord

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%