mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-26 04:42:40 +01:00
Rename egg to discord.rs
This commit is contained in:
parent
a0283ff1ec
commit
e6ee11076c
@ -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)
|
||||
|
3
bots/discord/discord.rs/README.md
Normal file
3
bots/discord/discord.rs/README.md
Normal 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.
|
@ -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",
|
@ -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.
|
Loading…
Reference in New Issue
Block a user