diff options
author | 2023-03-21 16:13:23 -0500 | |
---|---|---|
committer | 2023-03-21 21:13:23 +0000 | |
commit | 9d7f64ad06bdc19b7382ae59d8f3c6c27ef683a1 (patch) | |
tree | 30af8ed999c43b1b3189d7523e1a8560a66cd124 | |
parent | Enable sentry profiling (#2478) (diff) |
Add tag for Discord bot hosting (#2472)
Co-authored-by: Xithrius <[email protected]>
-rw-r--r-- | bot/resources/tags/discord-bot-hosting.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bot/resources/tags/discord-bot-hosting.md b/bot/resources/tags/discord-bot-hosting.md new file mode 100644 index 000000000..8b1535953 --- /dev/null +++ b/bot/resources/tags/discord-bot-hosting.md @@ -0,0 +1,11 @@ +--- +embed: + title: Discord Bot Hosting +--- + +Using free hosting options like repl.it or Heroku for continuous 24/7 bot hosting is strongly discouraged. +Instead, opt for a virtual private server (VPS) or use your own spare hardware if you'd rather not pay for hosting. + +See our [Discord Bot Hosting Guide](https://www.pythondiscord.com/pages/guides/python-guides/vps-services/) on our website that compares many hosting providers, both free and paid. + +You may also use <#965291480992321536> to discuss different discord bot hosting options. |