Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tapnisu/shimarin

Yet yet another discord bot by me.
https://github.com/tapnisu/shimarin

bot discord discord-bot rust serenity serenity-rs shit

Last synced: 24 days ago
JSON representation

Yet yet another discord bot by me.

Awesome Lists containing this project

README

        


Bot logo

Shimarin


Multipurpose discord bot


Overview,
Invite,
Host

## Overview

Shimarin is a discord bot, made using `Rust`. Bot is named after Shima Rin from
Yuru Camp manga series.

## Invite

You can invite the bot by
[this link](https://discord.com/api/oauth2/authorize?client_id=1038694628490235904&permissions=1806070770950&scope=applications.commands%20bot).
Type "/" to see commands!

## Run yourself

1. Create bot -
[Discord developer portal](https://discord.com/developers/applications).

2. Install [rust](https://www.rust-lang.org/).

3. Set up your [.env](.env.sample) (sample in [.env.sample](.env.sample)).

```env
DISCORD_TOKEN="DISCORD_BOT_TOKEN_FROM_"
```

4. Start bot - `cargo run -r`

There is a better way, but lol.