https://github.com/grandmoff100/spacebot
A discord bot that sends a wall of outerspace emoji text to a discord channel.
https://github.com/grandmoff100/spacebot
Last synced: 7 months ago
JSON representation
A discord bot that sends a wall of outerspace emoji text to a discord channel.
- Host: GitHub
- URL: https://github.com/grandmoff100/spacebot
- Owner: GrandMoff100
- License: gpl-3.0
- Created: 2022-09-02T15:30:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T17:54:17.000Z (about 3 years ago)
- Last Synced: 2025-01-23T12:15:25.384Z (9 months ago)
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceBot
A discord bot that sends a wall of outspace emoji text to a discord channel.
## Example

## Usage
> Pre-requisites: Docker, Python 3, pip, and a discord bot token for a bot in a server of your choice.
Clone the repository and install the requirements:
git clone https://github.com/GrandMoff100/spacebot.git && cd spacebot
Build the docker image:
docker build -t spacebot .
Run the docker image:
docker run -d \
-e TOKEN= \
-e GUILD_IDS= \
spacebot