diff --git a/README.md b/README.md
index cc902ef..bb20dc0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# as of 4:23 pm nzdt 6/02/2026 render has been rate limited for new pushes to the servers are down :(
@@ -12,19 +12,19 @@ Fork freely just credit booly
# Installation
there is 2 methods of install:
-1. prehosted 100 servers limit servers can be slow (render free I will be moving to digital ocean through github student dev pack :) ).
+1. prehosted 100 servers limit running on digital ocean (1 GB Memory / 1 Intel vCPU / 35 GB Disk)
2. self host it
## Prehosted
[__Click me for invite__](__https://discord.com/oauth2/authorize?client_id=1466398693383995558&permissions=8&integration_type=0&scope=bot+applications.commands__)
-notes: again servers will most likely be slow and only 100 servers at a time if it reaches over a 100 servers I might host another one links will be updated.
+notes: until I give discord my id 100 servers can have this more may be added.
## Self hosting
I recommended using the main stable repo (https://github.com/chersbobers/booly) for yours but the nightly branch is usable too (https://github.com/chersbobers/booly/tree/nightly)
### what you need
-A server I use render because im broke with uptimerobot (note: Oregen and singapore servers are ip banned for me they might not be for you)
+A server I reccomend render with uptimerobot (note: Oregen and singapore servers are ip banned for me they might not be for you)
Also a discord bot with Presence Intent, Server Members Intent and Message Content Intent
Envs:
diff --git a/render.yaml b/render.yaml
deleted file mode 100644
index 5887299..0000000
--- a/render.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-services:
- - type: web
- name: tooly-bot
- runtime: docker
- plan: free
- region: oregon
- branch: main
- dockerfilePath: ./Dockerfile
- numInstances: 1
- envVars:
- - key: DISCORD_TOKEN
- sync: false
- autoDeploy: true
\ No newline at end of file