Packages

A poll bot written in nostrum for discord

Current section

Files

Jump to
poll config config.exs
Raw

config/config.exs

use Mix.Config
config :nostrum,
token: File.read!("hidden/.token"), # The token of your bot as a string
num_shards: :auto, # The number of shards you want to run your bot under, or :auto.
gateway_intents: [
:guild_messages
]