diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-08 14:53:04 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-08 14:53:04 -0400 |
| commit | 0659c3be4e996ca97a1a9d02142f2809507d2b38 (patch) | |
| tree | a80381a8092cdb4587c0623921f355308408ede5 /config/config.exs | |
| parent | 7ccdb63fb7f4008b7d785c687b4f55b6b4291483 (diff) | |
voice playback workselixir
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 206f883..d8bc01b 100644 --- a/config/config.exs +++ b/config/config.exs @@ -2,14 +2,18 @@ import Config config :nostrum, gateway_intents: [ + :guilds, :guild_messages, :guild_message_reactions, + :guild_voice_states, + :direct_messages, + :direct_message_reactions, :message_content ] config :logger, compile_time_purge_matching: [ - [application: :nostrum, level_lower_than: :warning] + # [application: :nostrum, level_lower_than: :warning] ] config :logger, :console, |
