Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tapnisu/shimarin
- Owner: tapnisu
- License: mit
- Created: 2022-11-06T09:56:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T05:14:13.000Z (5 months ago)
- Last Synced: 2024-07-23T07:20:42.721Z (5 months ago)
- Topics: bot, discord, discord-bot, rust, serenity, serenity-rs, shit
- Language: Rust
- Homepage: https://github.com/tapnisu/shimarin
- Size: 853 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Shimarin
Multipurpose discord bot
## 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.