Show example config
This commit is contained in:
parent
0896eb9ffb
commit
ed8b78385c
2 changed files with 12 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,6 +7,6 @@
|
|||
erl_crash.dump
|
||||
*.ez
|
||||
*.beam
|
||||
/config/
|
||||
/config/config.exs
|
||||
.elixir_ls/
|
||||
|
||||
|
|
11
config/config.example.exs
Normal file
11
config/config.example.exs
Normal file
|
@ -0,0 +1,11 @@
|
|||
import Config
|
||||
|
||||
config :nostrum,
|
||||
token: "bot token goes here",
|
||||
gateway_intents: [
|
||||
:guilds,
|
||||
:guild_members,
|
||||
:guild_messages,
|
||||
:message_content,
|
||||
:guild_message_reactions
|
||||
]
|
Loading…
Reference in a new issue