Rename starter to beginner

So now it is minimal (main branch) -> beginner
This commit is contained in:
Fleny
2024-06-08 17:06:18 +02:00
parent 470ef9a13c
commit 1b8f85ae72
19 changed files with 16 additions and 16 deletions

View File

@@ -2,15 +2,15 @@
In this directory you will find some example bots written using Discordeno.
## Minimal & Starter
## Minimal & Beginner
A very minimal bot with only a /ping command to show how to set-up a discordeno bot for interactions
The starter template is a bit more complete and has a caching system already setup
The beginner template is a bit more complete and has a caching system already setup
## Advanced
A bit more complex bot compared to minimal or starter but still very small bot to show how to use discordeno to create bots
A bit more complex bot compared to minimal or beginner but still very small bot to show how to use discordeno to create bots
## BigBot

View File

@@ -1,4 +1,4 @@
# Starter Bot Template
# Beginner Bot Template
This template is designed for the beginner developer to start coding discord bots.

View File

@@ -1,5 +1,5 @@
{
"name": "dd-starter-bot",
"name": "dd-beginner-bot",
"version": "1.0.0",
"description": "An example bot for beginner developers to start coding discord bots.",
"main": "dist/index.js",

View File

@@ -615,18 +615,9 @@ __metadata:
languageName: node
linkType: hard
"dd-cache-proxy@npm:^2.1.1":
version: 2.1.1
resolution: "dd-cache-proxy@npm:2.1.1"
peerDependencies:
"@discordeno/bot": 19.0.0-next.d69e537
checksum: 082234277fd0dc91477b0ac4a938aea40b8d3ffa60e7e458ce570b2f4c919671ecd5b601f7ff6c6157a5e4e5eaa3786e6a1884cccb020a938cb76e4e300f0f72
languageName: node
linkType: hard
"dd-starter-bot@workspace:.":
"dd-beginner-bot@workspace:.":
version: 0.0.0-use.local
resolution: "dd-starter-bot@workspace:."
resolution: "dd-beginner-bot@workspace:."
dependencies:
"@discordeno/bot": "npm:19.0.0-next.ad7e74c"
"@swc/cli": "npm:^0.3.12"
@@ -639,6 +630,15 @@ __metadata:
languageName: unknown
linkType: soft
"dd-cache-proxy@npm:^2.1.1":
version: 2.1.1
resolution: "dd-cache-proxy@npm:2.1.1"
peerDependencies:
"@discordeno/bot": 19.0.0-next.d69e537
checksum: 082234277fd0dc91477b0ac4a938aea40b8d3ffa60e7e458ce570b2f4c919671ecd5b601f7ff6c6157a5e4e5eaa3786e6a1884cccb020a938cb76e4e300f0f72
languageName: node
linkType: hard
"debug@npm:4, debug@npm:^4.3.4":
version: 4.3.5
resolution: "debug@npm:4.3.5"