Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

386 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArisaMatsuda

A discord bot for help domain content embedding.

Configuration

Before hosting this bot directly from this repo, There are few steps need to do, or the bot will not work properly.

Directory Structure

ArisaMatsuda/
.
├── Cargo.toml
├── LICENSE
├── README.md
├── rustfmt.toml
└── src
    ├── main.rs
    └── commands
        ├── author.rs
        ├── embed.rs
        ├── instagram.rs
        ├── mod.rs
        ├── threads.rs
        └── twitter.rs

Secrets

Token are accessed with dotenv::dotenv.ok() and std::env::var().

The .env file should contain the following configurations:

# Required Configuration
DISCORD_TOKEN="<your_token>"

Replace the placeholders with your actual values.

Build

cargo build --release

Running

  • npm/pm2:

    pm2 start target/release/arisa_rust --name "arisa" --update-env
  • Background job:

    ./target/release/arisa_rust &

License

Licensed under MIT.

About

A discord bot for private server management.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages