This bot serves as the primary user gateway for the DeMoD Game Server Network
342
DeMoD Game Server Network is a high-performance Discord interface built on the Deno runtime. It provides seamless integration with the DCF (Distributed Computing Framework) ecosystem for automated game server management, bandwidth tracking, and Stripe-powered billing.
This bot serves as the primary user gateway for the DeMoD Game Server Network. It allows users to:
MESSAGE_CONTENT intent enabled)The bot is configured via environment variables:
| Variable | Description |
|---|---|
DISCORD_TOKEN | Your Discord bot token |
BOT_PREFIX | Command prefix (default: !gs) |
SELECTOR_URL | URL for the GSN Server Selector |
DCF_ID_URL | URL for the Identity Service |
DCF_PUBLIC_URL | Public-facing URL for user web dashboards |
docker build -t demod-bot .
docker run -d --env-file .env demod-bot
This repository is more than just a bot—it's a foundation. We built this to solve the complex problem of metered game server access, but the "DeMoD twist" is just the beginning.
We explicitly urge you to fork this repo and add your own flavor:
The core infrastructure is here. Use it, break it, and build something better.
Copyright (c) 2025, DeMoD LLC
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Content type
Image
Digest
sha256:16ba4264a…
Size
54.6 MB
Last updated
9 months ago
docker pull alh477/demod-bot