File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1- # Cardian
1+ # 🎴 Cardian
22
33Yu-Gi-Oh! Master Duel Discord Bot
44
55Fetches 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+ ```
You can’t perform that action at this time.
0 commit comments