HomingPigeon/config/config.exs

18 lines
293 B
Elixir
Executable File

import Config
config :homingpigeon,
channels: [
],
networks: [
]
config :nostrum,
# The token of your bot as a string
token: "",
# The number of shards you want to run your bot under, or :auto.
num_shards: :auto,
gateway_intents: :all
import_config "#{config_env()}.exs"