matrix-dimension/config/integrations/google.yaml
2017-10-08 19:51:29 -06:00

20 lines
692 B
YAML

type: "bot"
integrationType: "google"
enabled: true
userId: "@_neb_google:matrix.org"
name: "Google"
about: "Use `!google image query` to find an image from Google"
avatar: "img/avatars/google.png"
# This integration can be hosted in one of two ways: self-hosted or using vector.im's version.
# By default, vector.im's version is used, but you can host your own by uncommenting the `hosted`
# section below. Be sure to comment out or remove the `upstream` section below if you're self-hosting.
# Self-hosted bots are expected to auto-respond to invites.
upstream:
type: "vector"
id: "google"
#hosted:
# homeserverUrl: "https://t2bot.io"
# accessToken: "your_matrix_access_token_here"