https://github.com/mxtheuz/mx-discord
A bot for Discord built with TypeScript. It was made in 2022 and refactored in 2023. And it has several functions, such as searching GPT, generating images, book summaries, etc...
https://github.com/mxtheuz/mx-discord
Last synced: 3 months ago
JSON representation
A bot for Discord built with TypeScript. It was made in 2022 and refactored in 2023. And it has several functions, such as searching GPT, generating images, book summaries, etc...
- Host: GitHub
- URL: https://github.com/mxtheuz/mx-discord
- Owner: mxtheuz
- License: mit
- Created: 2023-07-30T21:10:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T01:29:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T09:07:57.001Z (5 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mx Discord
A bot for Discord built with TypeScript. It was made in 2022 and refactored in 2023. And it has several functions, such as searching GPT, generating images, book summaries, etc...
# How to install
This project support Docker, and it's simple to run the bot using containers.## Install Docker
You can install Docker following the steps at this site.## Set environments variables
At Dockerfile, you can set your API keys.## Running
docker-compose.yaml creates the container to run the project. And you can create the container by:in Linux:
```
sudo docker-compose up
```or, in Windows:
```
docker-compose up
```
Could you follow me? ❤