forked from itfactory-tm/thomas-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a database engine for guild configuration
Signed-off-by: Maartje Eyskens <[email protected]>
- Loading branch information
Showing
14 changed files
with
280 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
ARG src | ||
FROM $src | ||
|
||
COPY ./config.json /go/src/github.com/itfactory-tm/thomas-bot/thomas-bot/ | ||
WORKDIR /go/src/github.com/itfactory-tm/thomas-bot/thomas-bot/ | ||
|
||
CMD [ "/usr/local/bin/thomas", "twitter" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"687565213943332875": { | ||
"_JSON_Comment_Hack": "ITF Discord", | ||
"welcomeChannelID": "687588438886842373", | ||
"welcomeText": "Welcome <@{{.User.ID}}> to the **IT Factory Official** Discord server. We will send you a DM in a moment to get you set up!", | ||
"hives": { | ||
"775453791801049119": { | ||
|
||
} | ||
} | ||
}, | ||
"694621018970390538": { | ||
"_JSON_Comment_Hack": "Trains", | ||
"welcomeText": "Spoor 1, de IC trein met bestemming <@{{.User.ID}}> komt aan, spoor 1. Deze trein stopt in Welkom-Centraal en Geel. Deze trein stopt uitzonderlijk niet in Haat-Noord. De 1ste klas plaatsen zijn overal.", | ||
"welcomeChannelID": "694621018970390541" | ||
}, | ||
"808273924600365058": { | ||
"_JSON_Comment_Hack": "Ice Cube", | ||
"welcomeText": "Welkom <@{{.User.ID}}> in de **ICE Cube** Discord server.", | ||
"welcomeChannelID": "808395496556986428" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.