Skip to content

Commit

Permalink
Add config samples for discord
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Jan 11, 2024
1 parent 2ddf49a commit c291638
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.sample.edn
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
:token "xoxb-111111111111111111111111111111111111"}
:k8s {:type "slack",
:token "xoxb-9999999999999999"}
:mydiscord {:type "discord"
:token "mt111111111111111111111"}
:freenode {:type "irc",
:username "yetibot",
:host "chat.freenode.net",
Expand Down
3 changes: 3 additions & 0 deletions config/profiles.sample.clj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
:yetibot-adapters-freenode-ssl "true"
:yetibot-adapters-freenode-username "yetibot"

:yetibot-adapters-mydiscord-type "discord"
:yetibot-adapters-mydiscord-token "mt111111111111111111111"

:yetibot-adapters-mymattermost-type "mattermost"
:yetibot-adapters-mymattermost-host "yetibot-mattermost.herokuapp.com"
:yetibot-adapters-mymattermost-token "h1111111111111111111111111"
Expand Down
3 changes: 3 additions & 0 deletions config/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ YETIBOT_ADAPTERS_MYTEAM_TOKEN="xoxb-111111111111111111111111111111111111"
YETIBOT_ADAPTERS_K8S_TYPE="slack"
YETIBOT_ADAPTERS_K8S_TOKEN="xoxb-k8s-slack-9999999999999999"

YETIBOT_ADAPTERS_MYDISCORD_TYPE="discord"
YETIBOT_ADAPTERS_MYDISCORD_TOKEN="mt111111111111111111111"

YETIBOT_ADAPTERS_FREENODE_TYPE="irc"
YETIBOT_ADAPTERS_FREENODE_HOST="chat.freenode.net"
YETIBOT_ADAPTERS_FREENODE_PORT="7070"
Expand Down

0 comments on commit c291638

Please sign in to comment.