Discord bot used for the official amFOSS server for members. Built with Serenity and Poise.
Before proceeding, ensure you have the following:
- Rust
# Download and install Rust using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Add Rust to the system PATH
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
For more details, visit the Official Rust installation page.
- Clone the repository:
git clone https://github.com/amfoss/amd.git
cd amd
-
Create a
.env
file in the root directory. You can refer.env.sample
for the required variables. -
Run the bot locally with
cargo run
.
Refer CONTRIBUTING.md.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.