Rename egg to discord.rs

This commit is contained in:
CDE90 2022-04-17 20:37:32 +01:00
parent a0283ff1ec
commit e6ee11076c
4 changed files with 6 additions and 6 deletions

View File

@ -33,6 +33,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
* [discord.java](bots/discord/discord.java) Java generic
* [discord.js](bots/discord/discord.js) Node JS generic
* [discord.py](bots/discord/discord.py) Python generic
* [discord.rs](bots/discord/discord.rs) Rust generic
* [Dynamica](/bots/discord/dynamica) Node JS
* [fragbot](/bots/discord/fragbot) Golang
* [JMusicBot](/bots/discord/jmusicbot) Java
@ -40,7 +41,6 @@ If you are reading this it looks like you are looking to add an egg to your serv
* [parkertron](/bots/discord/parkertron) Golang
* [pixel-bot](/bots/discord/pixelbot) Python
* [Redbot](/bots/discord/redbot) Python
* [serenity](/bots/discord/serenity) Rust
* [SinusBot](/bots/discord/sinusbot)
[Other](/bots/other)

View File

@ -0,0 +1,3 @@
# discord.rs generic
This egg is designed to run any generic Rust application with cargo, allowing users to pull their own Rust discord bot from a GitHub repository.

View File

@ -5,9 +5,9 @@
"update_url": null
},
"exported_at": "2022-04-17T16:56:51+01:00",
"name": "Serenity",
"name": "discord.rs generic",
"author": "ethan.coward@icloud.com",
"description": "Creates a container that runs rust.",
"description": "Creates a container that runs rust with cargo.",
"features": null,
"images": [
"ghcr.io\/parkervcp\/yolks:rust_1.31",

View File

@ -1,3 +0,0 @@
# serenity generic
This egg is designed to run any generic Rust application, allowing users to pull their own Rust discord bot from a GitHub repository.