Pulsar Link Bot is a Discord Bot written in Rust using the Serenity library. It is designed to be used with the rest of the Pulsar Link project and will not function without them.
- Ban command
- User management - Get, Create
/usercreate
- Creates a new user/user
- Gets a user based off: Pulsar Link ID, Discord ID, SteamID, or Gmodstore ID/verify
- Gives a user information on how to verify/ban
- Bans a user/addons
- Gets a list of a users gmodstore purchases
This has only been tested to work on Linux. It may work on other operating systems, but it is not guaranteed - No support will be provided for other operating systems.
- Download Rust
- Download the latest release from the releases page.
- Create a
cargo.toml
file based oncargo.toml.example
- Run the bot with
./pulsar-link-bot
- Download Rust
- Clone the repository
- Create a
cargo.toml
file based oncargo.toml.example
- Run
cargo build
- Run
cargo build --release
- The jar will be located in
./target/release/