Giter Club home page Giter Club logo

discord-bot's Introduction

discord-bot

A Star Citizen Discord Bot using data from the Star Citizen Wiki API.

German Citizen Spotlight text

Features

Ship and Vehicle Cards

Command /schiff Pioneer

Pioneer

Command /fahrzeug Ursa Rover

Pioneer

Listing all available ships and vehicles

Calling the command without arguments outputs a list of all available ships or vehicles.

Command /schiff

Ships

Starsystem Cards

Command /system Sol

Pioneer

Listing all available systems

Calling the command without arguments outputs a list of all available starsystems.

Command /system

Ships

Manufacturer Cards

Command /hersteller RSI

RSI

Listing all available manufactuer

Calling the command without arguments outputs a list of all available manufacturer.

Command /hersteller

Ships

Comm-Link Cards

Command /comm-link

Comm-Links

Channel Notifications

Additionally you can a channel to receive notifications if new comm-links were published.
/comm-link add -> Adds the current channel to receive notifications.
/comm-link remove -> Removes the current channel from receiving notifications.

Commands

  • /schiff name
    • Get information about a ship or vehicle by name
  • /hersteller name
    • Get information about a manufacturer by name
  • /system name
    • Get information about a system by name
  • /stats
    • Get information about the current funding and fleet stats
  • /status
    • Get information about the current server status
  • /volk
    • Get information about all available nations in the wiki
  • /person
    • Get information about all available persons in the wiki

config.json

{
  "token": "Bot Token",
  "api_token": null,
  "api_url": "https://api.star-citizen.wiki",
  "wiki_url": "https://star-citizen.wiki",
  "locale": "de_DE",
  "footer": {
    "text": "Daten von https://star-citizen.wiki",
    "icon_url": "https://cdn.star-citizen.wiki/favicon.png"
  }
}

Build

docker build -t scw/discord-bot .

Run

docker run --name discord-bot -d -v /opt/discord-bot/config.json:/home/node/app/config.json scw/discord-bot

docker run --name discord-bot --restart unless-stopped -d -v /opt/discord-bot/config.json:/home/node/app/config.json -v /opt/discord-bot/db.json:/home/node/app/db.json scw/discord-bot

discord-bot's People

Contributors

dependabot[bot] avatar octfx avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

discord-bot's Issues

Trad

Hi !

I very like your project.
Is there a way to get in English or French ?

Thanks

Shiplist

List all available Ships.
Command sc_ships

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.