All Projects → unixporn → robbb

unixporn / robbb

Licence: MIT license
The main bot for the r/unixporn discord server!

Programming Languages

rust
11053 projects
shell
77523 projects
Nix
1067 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to robbb

modmail.js
A Simple Discord Modmail Bot Template
Stars: ✭ 33 (-65.26%)
Mutual labels:  discord-bot
ValorantStoreChecker-discord-bot
Valorant Utility Bot
Stars: ✭ 154 (+62.11%)
Mutual labels:  discord-bot
ksoftapi.py
Official API Wrapper for KSoft.Si API
Stars: ✭ 31 (-67.37%)
Mutual labels:  discord-bot
Nv7Haven
The server for Nv7Haven!
Stars: ✭ 18 (-81.05%)
Mutual labels:  discord-bot
maki
discord bot using rust
Stars: ✭ 17 (-82.11%)
Mutual labels:  discord-bot
gatekeeper
supercharge your discord commands by gatekeeping them in a flow of reactivity ⛓⚡
Stars: ✭ 52 (-45.26%)
Mutual labels:  discord-bot
Astro
🔎 Utilities made easy.
Stars: ✭ 22 (-76.84%)
Mutual labels:  discord-bot
neo
A Discord bot built to satisfy a multitude of needs
Stars: ✭ 16 (-83.16%)
Mutual labels:  discord-bot
discord.css
And you thought it wasn't possible
Stars: ✭ 20 (-78.95%)
Mutual labels:  discord-bot
yumeko
The real yumeko UwU. Rewrite: https://github.com/youKnowOwO/yumeko-ts
Stars: ✭ 28 (-70.53%)
Mutual labels:  discord-bot
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-66.32%)
Mutual labels:  discord-bot
emojis
An emoji management bot for Discord.
Stars: ✭ 18 (-81.05%)
Mutual labels:  discord-bot
Disbots
Add your Discord bot now and observe the progress on your bot or get the code for your bot and watch your bot expand. Spice up your Discord experience with our diverse range of Discord bots. This is a modification of the well-known v-codes botlist.
Stars: ✭ 23 (-75.79%)
Mutual labels:  discord-bot
discljord
A Clojure wrapper library for the Discord API, with full API coverage (except voice, for now), and high scalability
Stars: ✭ 179 (+88.42%)
Mutual labels:  discord-bot
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (-64.21%)
Mutual labels:  discord-bot
Website
Discord style bot list. Made with Angular + TypeScript. Approved by Jesus 🙏 (from Fiverr).
Stars: ✭ 101 (+6.32%)
Mutual labels:  discord-bot
Bird-ID
A Discord bot for young ornithologists
Stars: ✭ 11 (-88.42%)
Mutual labels:  discord-bot
Music-Discord-Bot
A music Discord bot with more than 30+ commands which allows to play music on your server efficiently. Supports Youtube, Spotify, Deezer and Soundcloud links. Skips intros and blanks in the music with Sponsorblock.
Stars: ✭ 57 (-40%)
Mutual labels:  discord-bot
HifumiOld
🛠️ A Discord bot that focuses on managing large servers
Stars: ✭ 27 (-71.58%)
Mutual labels:  discord-bot
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-76.84%)
Mutual labels:  discord-bot

Say hi to Robbb!

A Discord bot for the Unixporn community

Now written in a good language!

Dependencies

  • Rust
  • sqlx-cli (if you need to change the database schema)

Set up environment variables

The bot reads the data it needs from environment variables. To see which values have to be set, check out the provided .env.example file. you can use export $(cat .env) to export the variables from a .env file in your current environment.

Extra information

Most environment variables are retrieved by right clicking, and copying the ID of the relevant channel, category, role. You need to have developer mode turned on for that to be possible.

  • TOKEN: The discord bot token, retrieved from: https://discord.com/developers/applications
  • GUILD: The ID of the guild, where the host resides
  • ROLE_*: IDs of relevant roles, easily copied from Server Settings -> Roles.
  • ROLE_COLOR: Unlike other ROLE variables, this is a comma (,) separated list, ex.: ROLES_COLOR=825158129711972372,635627141123538966
  • CHANNEL_*: Channel IDs, based on which the bot performs moderation or responses
  • ATTACHMENT_CACHE_*: Location (directory) and size of local message attachments cache (in case they get deleted)

Additionally, you can use this script to generate the role & channel variables from a template server

Database

The bot uses a SQLite database, which does not have to be started externally. The included sqlite-db file is not the actual database used in production, but just an empty database used for development. To change and work with the database, use sqlx-cli to add migrations and generate a new, updated database file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].