From b2233ba46fc6a53c6799a6702d732fff617db7bd Mon Sep 17 00:00:00 2001 From: perforat Date: Fri, 3 Apr 2026 16:45:26 +0000 Subject: [PATCH 1/2] i think its not really anymore with all them changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f2cc8..a7d9ce8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # muzovkantV2 -### shitty (half-)vibecoded discord bot +### shitty discord bot ## overall you can use this as a base for your discord bot by writing your own [cogs](/cogs/), installing cogs from repositories, or as is. -- 2.49.1 From 71de87cdcfa8ed51afaf54ac0328a8f38fe24b0b Mon Sep 17 00:00:00 2001 From: perforat Date: Fri, 3 Apr 2026 16:53:09 +0000 Subject: [PATCH 2/2] add env variable placeholder --- .env | 1 + 1 file changed, 1 insertion(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..8141df0 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +DISCORD_TOKEN= \ No newline at end of file -- 2.49.1