Skip to content

Commit 2ab02b8

Browse files
committed
Merge branch 'main' of github.com:okkdev/cardian
2 parents c807d18 + d1dcac8 commit 2ab02b8

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1-
# Cardian
1+
# 🎴 Cardian
22

33
Yu-Gi-Oh! Master Duel Discord Bot
44

55
Fetches data from the [Master Duel Meta](https://masterduelmeta.com/) API
6+
7+
### [-> Invite Bot <-](https://discord.com/api/oauth2/authorize?client_id=944183782745997362&permissions=3072&scope=applications.commands%20bot)
8+
9+
## Run your own Cardian Docker container
10+
11+
Create a Discord application and get the bot token. ([More info here](https://discord.com/developers/docs/intro))
12+
13+
Run the container, from [Docker Hub](https://hub.docker.com/repository/docker/okkdev/cardian), with this command:
14+
15+
```sh
16+
docker run -e CARDIAN_TOKEN=<your-bot-token> okkdev/cardian
17+
```
18+
19+
## Development
20+
21+
Install dependencies:
22+
23+
```sh
24+
mix deps.get
25+
```
26+
27+
Run the app:
28+
29+
```sh
30+
mix run --no-halt
31+
```

0 commit comments

Comments
 (0)